Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Centering The Website
Old 11-08-2007, 01:22 PM Centering The Website
BlackWater's Avatar
Experienced Talker

Posts: 31
Trades: 0
How do i get the page to center properly without sitting there and guessing until it looks good? With that in mind how do I make sure it centers in Internet Explorer and Firefox?
__________________
Code:
if( $hungry ) { eat(); } 
    else { sleep(); }
BlackWater is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-08-2007, 03:04 PM Re: Centering The Website
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Put your layout inside a main "wrapper" div if you haven't already.
Then, on that #wrapper, in the CSS add this:

#wrapper{
width: xxxpx /* has to have a width defined, use em % or px*/
margin: 0 auto; /*sets top and bottom margins to 0, left and right to auto */
}

That works for the more standards-compliant browsers. To make IE center add this:
body{text-align: center;}

Then you'll have to add text-align: left to your #wrapper to re-set the text.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Centering The Website
 

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.20857 seconds with 12 queries