How To Place Div In Center

RegisterLogin
How To Place Div In Center
Post Description: How To Place Div In Center
Tags: How, To, Place, Div, In, Center
This Post Was Posted On Aug 05, 2009 By jesica walters #1585
my name is jesica, im kinda new in all this php stuff

my question is not related to php, but i am learning about css

how can i put the conten within a div in the center of the page?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#2050 1
you can use this example:

.main {
padding: 10px;
width: 798px;
border:1px solid #ccc;
border-width: 0 1px 1px 1px 1px;
margin:0 auto;
}

then you can use it like this:
<div class="main">this is the center<./div>

try it, it works
Aug 05, 2009 Reply Report abuse
©2011 Webune Forums - Tue Dec 20, 2011 11:48 am
Powered by: Webune Forums V3