Reply
Positoning to Accomodate Screen Resolution
Old 01-30-2004, 02:08 PM Positoning to Accomodate Screen Resolution
Junior Talker

Posts: 4
Trades: 0
I want to center my site but am having problems with accomodating different screen resolutions (i.e 1024 x 768 & 800x600). Is there a way of maintaining the center positioning regardless of the screen resolution.

Thanks,

Ben
benhoa is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 02-05-2004, 06:47 AM
Junior Talker

Posts: 4
Trades: 0
Create a table with 3 columns and a width of 100%. Set the width of the center column to whatever width you want your site to be (around 750 pixels is pretty common). Put all your content in the center cell, like so:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td width="750">all your content goes here</td>
<td>&nbsp;</td>
</tr>
</table>
andilar is offline
Reply With Quote
View Public Profile
 
Old 02-05-2004, 03:04 PM
Webmaster Talker

Posts: 588
Trades: 0
Or use a php code and make a different website for different screen resolutions! Thats my current project.
__________________
A Webmaster Forum - Please we need webmasters to help get the ball rolling!
Poker Forum, Teeth Whitening
thevirus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Positoning to Accomodate Screen Resolution
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10176 seconds with 13 queries