Forum Moderators: open

Message Too Old, No Replies

How do I get around not using table height attribute

W3C validation & table height. Is there an alternative

         

surfgatinho

12:39 pm on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'd really like my footer to be at the bottom of the page. If I use table height="100%" it is but then it's not W3C compliant. If I don't on some of my pages the footer is half way up the screen on high res screen settings.
What's the work around, either technically or stylistically?

Chris

Birdman

1:37 pm on Aug 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could try using CSS:

<table style="height: 100%;">

Birdman