Our Sponsors



Custom jobs at low cost, free lancers and service buyers.
PHP Nuke themes, stock photos, icons, drupal themes and more.



Western Studios :: View topic - Center Align layout in css
Need Jobs done? Use our brand new Jobs Board to get your projects done at affordable prices.
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups     ProfileProfile   Log inLog in 


Center Align layout in css



 
Post new topic   Reply to topicprinter friendly version    Western Studios Forum Index -> Web Design
Western Studios

Site Admin
Site Admin
~PHP Nuke User~

Platinum Subscriber

Posts: 3358
Staff
Next Group: 1642 posts
admin(Mark) wrote:

For most css layout you can use a wrapper and align it to center by placing the margin to auto

<div id="main">
<div id="head">
banner here
</div>
</div>

style would be:

#main{
margin: 0px auto;
text-align:left;
width:800px;
}

That would work perfectly in most newer browser but will break in browsers like IE6.
There is a very easy way to fix this.
You basically just need to add text-align:center; to your body tag

body{
text-align:center;
}


Simple as that and you are done!

Posted: Wed Dec 20, 2006 9:49 pm

Post new topic   Reply to topic    Western Studios Forum Index -> Web Design All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts TYhumbs dont work 1 Guest 490 Wed Oct 12, 2005 8:15 pm
admin View latest post
No new posts Forums dont work 1 Guest 586 Sun Oct 02, 2005 8:05 am
admin View latest post
No new posts Gallery dont work 2 Guest 712 Sat Mar 12, 2005 11:44 am
admin View latest post
This topic is locked: you cannot edit posts or make replies. FAQs dont work 2 Guest 624 Thu Mar 03, 2005 7:46 pm
admin View latest post
No new posts New Downloads dont work 1 Guest 568 Sun Feb 27, 2005 1:23 pm
admin View latest post
 
Forums ©