|
From: Richard J. <rj...@ek...> - 2002-07-17 00:50:06
|
On Wed, 17 Jul 2002 10:42 am, David Goodger wrote:
> Richard Jones wrote:
> > Any reason why the HTML writer puts in 12 pixel spacing between cells in
> > an option list table?
>
> So it does. Option lists are rendered using HTML tables; maybe that
> affects the spacing. The only related item in the stylesheet is "table {
> margin-top: 1em }", by which I think I meant "1 em space above tables
> please".
>
> Perhaps it's a side-effect of <p> tags around all paragraphs? That makes
> many browsers add space when they don't have to.
Nope - the table tag has cellspacing="12" :)
Was wondering why :)
Richard
|