Align Center CSS Code
align center css code
align, center, css, code
Align Center CSS Code
Post Description: align center css code
POST# 1259
Posted On: Wed Apr 23, 2008 4:30 pm
chuck78
Topic: Align Center CSS Code
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
Share:
BBCODE:
HTML Code:


Wed Apr 23, 2008 4:32 pm
1
Web Hosting Support
Reply #1941
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>
Fri May 30, 2008 7:08 am
2
Web Hosting Support
Reply #2044

DEMO

Im Aligned to the middle of the page
Fri Aug 08, 2008 2:20 pm
3
Tim
Reply #2115
It's not aligned in the example with IE7

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. Align Center CSS Code