Align Center CSS Code

RegisterLogin
Align Center CSS Code
Post Description: Align Center CSS Code
Tags: Align, Center, CSS, Code
This Post Was Posted On Apr 23, 2008 By chuck78 #2269
i've noticed that when im trying to align a div with style sheets it doesnt align proplerly in the middle

its always to the side but when i select aligh text to middel only the content is centered

i want to do it like your site here where you have the main div align to the center
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
john
#5466 1
nice thank you..
if anyone having problem with cell padding just make it:

padding: 0px; /*here u change*/
width: 798px;/*giv ur width*/
border:0px solid #ccc;/*make it zero*/
Sep 22, 2011 Reply Report abuse
Gmgmg
#4816 2
#center i just try this {text-align:center;}
Feb 06, 2011 Reply Report abuse
Rom
#4432 3
it's not enough!
Sep 11, 2010 Reply Report abuse
Cathy
#3980 4
i have margin: 0 auto;
and the width value but some
of my pages still go to the left
and others don't. i use an
external style sheet too.
any suggestions?
May 18, 2010 Reply Report abuse
enertis
#3228 5
i didnt know you can use css to make a div center align? thanks

i will try it
Jan 11, 2010 Reply Report abuse
Administrator
#2331 6
tip: make sure you put a width value, if you leave out the width value, it will not center the page or the css style you are making
Apr 18, 2009 Reply Report abuse
Tim
#2330 7
It's not aligned in the example with IE7
Aug 08, 2008 Reply Report abuse
Web Hosting Support
#2329 8

DEMO

Im Aligned to the middle of the page
May 30, 2008 Reply Report abuse
Web Hosting Support
#2328 9
yeah i had a hard time aligning my divs to center in the middle but this his how you do it with

margin:0 auto;


here an example of a div
.centered{
padding: 10px;
width: 798px;
border:1px solid #ccc;
border-width: 0 1px 1px 1px 1px;
margin:0 auto;
}

<div class="centered">Im Aligned to the middle of the page</div>
Apr 23, 2008 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Sun Dec 18, 2011 9:59 pm
Powered by: Webune Forums V3