View Full Version : Spreading the Table


Strawberryz
02-21-2003, 04:22 AM
how do you have one cell all the way on the left and the other all the way on the right without having to put in the number of pixels in the space

Strawberryz
02-21-2003, 04:54 AM
ok new question can you put an entire page in a table or would i have to use a frame

Alcy
02-21-2003, 09:30 PM
Yup, the table can span the entire page ^^

<table width="100%" height="100%">
<tr>
<td>

Page content here.

</td>
</tr>
</table>