|
From: David G. <go...@us...> - 2002-07-17 01:35:15
|
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.
--
David Goodger <go...@us...> Open-source projects:
- Python Docutils: http://docutils.sourceforge.net/
(includes reStructuredText: http://docutils.sf.net/rst.html)
- The Go Tools Project: http://gotools.sourceforge.net/
|