|
From: Richard J. <rj...@ek...> - 2002-07-17 01:48:44
|
On Wed, 17 Jul 2002 11:36 am, David Goodger wrote:
> Richard Jones wrote:
> > 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 :)
>
> I don't remember. :-) But it looks better now, thanks.
>
> Please feel free to improve the stylesheet and generated HTML code. That
> goes for everyone. I'm not an HTML expert and I'm sure there's lot's of
> room for improvement.
I do when I get a chance. I'm neck-deep in cleaning up the HTML and CSS of our
site at the moment, so I'm pretty well-versed in CSS :)
I noticed that the option value has a <code> wrapper. I'm pretty sure that's
unintentional too :)
I'm also looking into which browsers (if any) support the page-breaking style
hints.
Richard
|