|
-
Apr 21st, 2003, 04:11 PM
#1
Thread Starter
Addicted Member
site in the center of the screen?
Hi!
How can I make that my site will be in the center of the screen...no meter how big is the screen???
Because at a 15' monitor it is in the center(by heigth), but at the 17' monitor it is in the top side...because of the bigger screen size!
So any idea? PLz helP!
Next regards from Herpysz!
-
Apr 22nd, 2003, 06:30 AM
#2
Lively Member
if it's in a window.. just use frames or a table structure
width in %
-----------------
| | | |
| |-------| |
| | x | |
| | | |
| |-------| |
| | | |
-----------------
-
Apr 22nd, 2003, 06:38 AM
#3
Good Ol' Platypus
If you wanted, say, a 640x480 table in the centre of the screen:
Code:
<table cellpadding=0px cellspacing=0px style="width:100%;height:100%;">
<tr>
<td align=center valign=middle style="width:640px;height:480px">
*table content
</td>
</tr>
</table>
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|