Table ?

liunx

Guest
For the longest time I have wondered if there was a way to create a table that has 3 columns; 2 fixed widths and 1 variable. I would like to have the first and third columns of said table be 200px wide and the middle column fill up the remainder of the page. <br />
<br />
Is there an easy way to do this? I have tried setting the width of the middle column to 100% but this just causes incosistent columns on the outside.<br />
<br />
Thanks a million!<!--content--><table border="1" width="100%"><br />
<tr><br />
<td width="200"></td><br />
<td></td><br />
<td width="200"></td><br />
</tr><br />
</table><!--content-->
 
Back
Top