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

Posts: 3
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
 
When You Register, These Ads Go Away!
Old 03-07-2007, 03:59 AM Re: Website not center justified.
blue-dreamer's Avatar
Webmaster Talker

Posts: 708
Location: Middle England
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
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,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
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>
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
the link is www.pscai.org
adamsm is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Website not center justified.
 

Thread Tools

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

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