View Full Version : Table stretch.


zangerbanger
02-28-2003, 11:55 PM
How do I make a table that stretches all the way from the top to the bottom? What I mean by that is so that you don't see the top or bottom of the table. An example of this is Lissa's purple menu of links (you can't see the top of the table, it stretches down the whole entire page).

alkaline39
03-01-2003, 12:53 AM
<table border="0" cellspacing="0" height="100%">

and in your body tag add

topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"

zangerbanger
03-01-2003, 03:41 AM
Thanks so much! You're the best!