simple table question...

liunx

Guest
hmmm...simple question here.<br />
I have this page which consists of a table <!-- m --><a class="postlink" href="http://www26.brinkster.com/matrix07/messages.asp">http://www26.brinkster.com/matrix07/messages.asp</a><!-- m --><br />
which I will be using in a iframe later on. <br />
Why doesn't the table span the whole page, not because of my cellpadding is it???<!--content-->Hi Matrix07,<br />
<br />
Its not spanning the whole width because there are two hidden cells at the end of the rows with By:Matrix07.<br />
<br />
In your code they are <br />
<td height='5'></td><br />
<br />
Get rid of them and it should stretch over the page.<br />
<br />
Goody. :)<!--content-->Matrix,<br />
Its because at the end of each row you've got:<br />
<td height='5'></td><br />
which stops it spanning the full width. If you want to leave them in, you'll have to specify the bgcolor in these cells too to make it span the full width.<!--content-->alright...thanks to you both...I'll try it later and see if it works. Thanks again. Did you both have trouble viewing my page...like an 404 error??? Some people been getting that error???<!--content-->
 
Back
Top