Configuration: Windows XP Firefox 2.0
|
hi if you want your table to fit the screen, then all you have to do is to set the width of your table to 100%, for the height, just use CSS to achieve it. I'm new to this also but i know that setting the width to 100% will achieve this
Cheers |
|
i'll try to help, first set the width to 100%. so your code will actually look like this
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>My html table is set to fit the screen</td>
</tr>
</table>
This little block of code will set the width to fit the screen. Now, if you want to have the content to the left, middle and to the right, the trick behind this is to use nested table. If you have problem with it, let me know! |
|
Some good places to start with ;p, follow the links below
http://www.w3schools.com</code>http://www.html.net</code> |
Results for
Results for
Results for
Results for
Results for