how to set a bottom fast window?

Discussion in 'HTML & Website Design' started by tigersoft, Dec 30, 2006.

  1. #1
    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):
     
    tigersoft, Dec 30, 2006 IP
  2. tigersoft

    tigersoft Peon

    Messages:
    164
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    tigersoft, Dec 30, 2006 IP
    kk5st likes this.