Layout Problem!!

liunx

Guest
Hey!<br />
<br />
I am having a little bit of trouble with the layout of my page. Its JSP page so I have dynamic content on it. I have these tables with data in them appear on my page. 3 fit across the page and if there are more than 3 tables then the next one should go on hte next line, directly below the first one. THis is what I am having trouble with. Does anyone know how I can automatically move the 4th table onto the next line rather than it following the 3rd, because my page becomes really wide.<br />
<br />
Hope someone can help.<br />
<br />
Thanks,<br />
<br />
Chris<!--content-->My psi-field is rather weak today, how about a link? ;)<!--content-->I'm with Vladdy as far as the link goes, but to me it sounds like these blocks (I refuse the use of "tables" straight away) could be floated; when there's room, they'll all fit next to eachother, when there isn't the rightmost one will pop underneath the rest (actually, this works down to a single one, where all four are stacked on top of eachother).<!--content-->
 
Back
Top