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.

CSS Forum


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



Reply
Website not center justified.
Old 03-06-2007, 11:25 PM Website not center justified.
Junior Talker

Posts: 3
Trades: 0
With this site, www.pscai.org, I have a problem with the IE browser in the way in which the site is not center justified. This has only happened since I started using IE7. The site used to be fine until I upgraded to IE7 and I believe it to be due to the CSS.

If you navigate to the forum you will also find that the site is centre justified.

Does anyone know the steps to take to bring the site back to being centered justified?
adamsm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-07-2007, 03:59 AM Re: Website not center justified.
blue-dreamer's Avatar
King Spam Talker

Posts: 1,222
Location: Middle England
Trades: 0
Can you give us a a link?
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 03-07-2007, 04:47 AM Re: Website not center justified.
BruceWayne's Avatar
Extreme Talker

Posts: 182
Trades: 0
I tried to browse your site but it shows nothing but a background.
BruceWayne is offline
Reply With Quote
View Public Profile Visit BruceWayne's homepage!
 
Old 03-07-2007, 09:36 AM Re: Website not center justified.
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Use this for your CSS...
Code:
#wrapper {
    margin:  0px auto;
    width:  your site layout width;
    text-align:  center;
}
#wrapper * {
    text-align:  left;
}
Then, for the body of your site:
Code:
<body>
<div id="wrapper">
.....site content here...
</div>
</body>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 03-07-2007, 01:11 PM Re: Website not center justified.
Junior Talker

Posts: 3
Trades: 0
the link is www.pscai.org
adamsm is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Website not center justified.
 

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