100% Table height

This item was filled under [ HTML/CSS ]

To set your table’s height 100% in HTML, you can try out the following code:

<html>
<body>

<table height="100%" width="100%" border=2>
<tr>
<td><img src="spacer.gif" width=1 height=90></td>
</tr>
<tr>
<td height="100%"> </td>
</tr>
<tr>
<td><img src="spacer.gif" width=1 height=90></td>
</tr>
</table>

</body>
</html>

Rate this topic:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
Popularity: 201 views
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Comment