-
table position
I am trying to set a table at the absolute bottom of a page. Any hints?
-
use css, position it absolutely <table style="position: absolute; bottom:0px;">
-
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>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks