Posted by Brian Cryer on 10/04/94 11:50
<cronoklee@hotmail.com> wrote in message
news:1150385547.138799.152290@r2g2000cwb.googlegroups.com...
> Hi, I have an undefined number of small tables one after another which
> list results from a database. I really need for them to wrap to the
> next line if / when they hit the edge of the page but I can't find an
> option to do this. I've tried align="left" which works fperfectly or
> images but not for tables. Can anyone help me out?
>
> Thanks a lot
> Ciaran
You can wrap divs:
<div style="float: left"> . . . </div>
<div style="float: left"> . . . </div>
So, whilst I've not tried it I would imagine (if I've understood correctly
what you after) that you might get what you are after by applying the style
float:left to your tables.
Hope this helps.
--
Brian Cryer
www.cryer.co.uk/brian
Navigation:
[Reply to this message]
|