Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > CSS text-align:center code doesn't work in Safari?

CSS text-align:center code doesn't work in Safari?
Thread Tools
Junior Member
Join Date: Apr 2004
Status: Offline
Reply With Quote
Jan 13, 2005, 04:50 PM
 
Hi all,

Okay, I've got this page and the first piece of CSS code I have is:

---
body {
background-color: DDDDDD;
text-align: center;
}
---

Yet when I load the page in Safari, everything is aligned to the left!?

I know that text-align:center actually does work in Safari, since it works in the tutorial I'm using. So can anybody tell me why it's not working on the page I've created?

Thanks.
     
Dedicated MacNNer
Join Date: Nov 2001
Location: Are Eye
Status: Offline
Reply With Quote
Jan 13, 2005, 07:19 PM
 
I'd add a # before DDDDDD, but only because some browsers are fussy about that.

Put simply, your CSS is working fine. You don't have any text in your document, so there's nothing to align. If there were text somewhere, it'd be centered. Try adding to text and you'll see.

I think what you want to do is set the margins to that white div to auto, like so:

#whitecontent {
margin-left: auto; margin-right: auto;
}

That will set that div to the center of the layout.
     
   
Thread Tools
Forum Links
Forum 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 On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:05 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2