I need to position a table (with text in it) so it stays at the bottom of the window consistantly through out the pages. It also needs to be centered. SO... when you resize the window vertically, it still stays at the bottom of the window... Can anyone help me please? Thanks in advance.
I believe you would want this in the table tag: style="position: fixed; bottom: 0; margin-left: auto; margin-right: auto;"
This is what I have: <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="position: fixed; bottom: 0; margin-right: auto; margin-right: auto;"><tr><td> test </tr></td></table> and it doesn't move the text anywhere...
I got the code working! Thanks <center><table style="position: absolute; bottom: 0; margin-left: auto; margin-right: auto;"> <tr><td> <table cellspacing="0" cellpadding="0"><tr><td> <tr><Td> dfg </tr></td></table>