Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

absolute middle

Status
Not open for further replies.

upperedge

Technical User
Dec 15, 2004
1
GB
Hi guys, Ive designed a site and I want it to sit exactly in the middle of the browser and middle if the window is resized. At the moment the page is sitting right at the top of the browser, it can be viewed here:


any help would be much appreciated!
 
All you need to do is to put all of the content inside a table, and set the alignment for the table cell, something like this:

<table width="100%" height="100%" border="0" align="center">
<tr>
<td align="center" valign="middle">Content goes here</td>
</tr>
</table>

=========================
rollout
=========================
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top