|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Center web page
I am building a web page (resolution size 750 x 450 pixels) for a client. When she brings it up on her 17 inch screen, she would like it centered. Can someone provide me with some input as how to center the site on the veiwers screen. Thanks!
|
|
#2
|
||||
|
||||
|
Welome to the forums!!
Try this... Code:
<html> <body> <table width="100%" height="100%"> <tr> <td> <!--*********** Put all your content in this space... ************--> </td> </tr> </table> </body> </html>
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
Actually I use;
<table width="100%" height="100%"> <tr valign="middle" height="100%"> <td align="center" width="100%"> ------------content goes here------------ </td></tr></table>
__________________
Family Hosting, we treat you like family! United Web Site Award Givers, is your website worthy of an award? |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Center web page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|