jrefactors (AT) hotmail (DOT) com (Matt) wrote:
Quote:
There are 3 tables on a html page. The first and two tables has 5
rows, and the third table has 10 rows. All I want is to put the
third table on the right hand side of first two tables. |
Probably the simplest way is to use <table align="left"> for the first
two tables and to put <br clear="all"> after the third table.
For tables, align="left" makes the table "float" on the left so that
subsequent content flows on the right of it, if there's enough room.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html