CoolBreeze
07-12-2003, 06:44 PM
I am trying to set a table at the absolute bottom of a page. Any hints?
|
Click to See Complete Forum and Search --> : table position CoolBreeze 07-12-2003, 06:44 PM I am trying to set a table at the absolute bottom of a page. Any hints? cloudx575 07-13-2003, 03:55 AM use css, position it absolutely <table style="position: absolute; bottom:0px;"> kipkreations 07-13-2003, 07:00 PM or even easier.. <!-- invisible table that aligns everything at bottom --> <table border="0" width="100%" height="100%"> <tr><td align="center" valign="bottom"> <!-- the actual table that users see --> <table border="0" width="600" height="100"> <tr><td> </table> </table> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |