Forum Moderators: open

Message Too Old, No Replies

Table layout question!

         

surf_boy

4:09 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



I would like to create a table say 5 rows, like the on this site <Sorry, no example URLs. See TOS [webmasterworld.com]>

I would like to know how to do you fill / expand to the bottom of the screen?

[edited by: tedster at 8:05 pm (utc) on Oct. 5, 2004]

Filipe

6:10 pm on Oct 5, 2004 (gmt 0)

10+ Year Member



You'll want to look up the javascript properties for window height. I believe you can also set the table height to 100% and get similar, but less effective and browser-safe, effects.

Short point: It's safer to make a site that doesn't require such a property.

bedlam

6:23 pm on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That link is probably gonna get removed (TOS #13 [webmasterworld.com]), but if you can write a page in HTML, you can figure one out too. Have a look at the main table in the site, and you see this:

<table width="720" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#000033" class="BORDER" height="100%">

-B