Hi, How can i set a table that will automatic come on the bottom of the page. Even if user resize his internet explorer window so it will come at the bottom of the window, if content is not larger then that window. Example, how to set table in this code to do this. such as it will always come at bottom. <head> <title>Untitled Document</title> </head> <body> <h1> Test</h1> <table bgcolor="#000000" width="100%" > <tr> <td height="10px" bordercolor="#FFFFFF" bgcolor="#009933" align="center">This is a test Test</td> </tr> </table> </body> </html> Code (markup):
Sorry, Found answer by searching in forum: http://forums.digitalpoint.com/showthread.php?t=113789&highlight=bottom