Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table has same height with the browser screen size
Message
From
08/08/2006 03:02:58
 
 
To
All
General information
Forum:
Internet
Category:
HTML
Title:
Table has same height with the browser screen size
Miscellaneous
Thread ID:
01143706
Message ID:
01143706
Views:
57
I try to make the height of the table in my webpage same with the browser screen size. Below is my code.
<Body>
<Table width="100%" height="100%">
     <tr height="100%">
          <td height="100%">......  </td>
          <td height="100%">......  </td>
     </tr>
</Table>
</Body>
But the code above does not have effect. Who knows the right way to do it? Please advise.
Thanks.
Reply
Map
View

Click here to load this message in the networking platform