Posted by richardv2 on 04/04/06 07:17
If you want to use a table, make one with two columns and one row, and
put one in each cell.
<table>
<tr>
<td>Left thingy here</td>
<td>Right thingy here</td>
</tr>
</table>
If you want to be XHTML compliant (which deprecates using tables for
page layout) you can use "table-less" Cascading Style Sheet (CSS)
design.
Which are you wanting to do?
[Back to original message]
|