Could someone fix this;
http://www.m3d.me.uk/tmp/
The table is meant to go 100%, i think its something to do with the rows and columns, i never did get the hang of tables
Thank you.![]()
| SitePoint Sponsor |
Could someone fix this;
http://www.m3d.me.uk/tmp/
The table is meant to go 100%, i think its something to do with the rows and columns, i never did get the hang of tables
Thank you.![]()


that's easy
it does go 100%
check the footer, it is part of the table
your table contains two columns
your header rows only specify the first column
you probably want colspan="2" on those TDs
Thats what i thought, you mean like:
Doesnt fix it, just the sameHTML Code:<tr> <td colspan="2" class="footer"> <p>Footer left</p> </td> <td colspan="2" class="footer" bgcolor="#003063" height="18" align="right"> <p>Footer right</p> </td> </tr>![]()


no, dude, your footer row already has two columns, it's the other rows, the ones with only one column at the moment, that need colspan="2" so that they span their one column across the two in the footer
![]()
God dammit im thick. Thank you
Bookmarks