> In article
> <1188174813.984880.80...@y42g2000hsy.googlegroups.com>,
[quoted text clipped - 5 lines]
> Not "of course", if you provide for a left margin for the element
> that has the text, it will not wrap.
Not "of course"? It floats around them when I set them to "float:
left;"... sounds natural to me. ;)
> Is there some particular reason you do not want to use a table
> for this?
The script code is nicer without them. :)
With tables they must be closed and opened again (or get a colspan)
for each subheader. And they don't inherit fonts.
André
dorayme - 27 Aug 2007 22:32 GMT
In article
<1188247096.249712.229530@k79g2000hse.googlegroups.com>,
> > In article
> > <1188174813.984880.80...@y42g2000hsy.googlegroups.com>,
[quoted text clipped - 8 lines]
> Not "of course"? It floats around them when I set them to "float:
> left;"... sounds natural to me. ;)
(1) The non-floated text does not float in the technical sense
(2) With a left margin, the non-floated text does not float (in
the non technical sense of "flow around", (wrap and drop under
the technical float when it can).
> > Is there some particular reason you do not want to use a table
> > for this?
>
> The script code is nicer without them. :)
> With tables they must be closed and opened again (or get a colspan)
> for each subheader. And they don't inherit fonts.
Sorry, I don't know anything about these things. I am suspicious.
But I do know an expert in scripting who has proved to be pretty
smart with tables. <g>

Signature
dorayme