Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Center entire page with CSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Hitler" data-source="post: 201893" data-attributes="member: 31448"><p>Hello, I'm having troubles with centering the entire page, currently it looks like this..</p><p><img src="http://img713.imageshack.us/img713/427/cd7fbf4740f0407eaa18342.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>I'm using a wrapper which I have everything inside of which is this (btw, I still want the two boxes in-line with each-other, just want it centered horizontally).</p><p>[CODE]</p><p>#wrapper {</p><p> margin: 0 auto;</p><p> width: 1008px;</p><p> text-align:left;</p><p> }</p><p>[/CODE]</p><p> </p><p>I suck at CSS, so I'm doing this to get more comfortable with it. </p><p>Thanks,</p><p>Hitler.</p></blockquote><p></p>
[QUOTE="Hitler, post: 201893, member: 31448"] Hello, I'm having troubles with centering the entire page, currently it looks like this.. [IMG]http://img713.imageshack.us/img713/427/cd7fbf4740f0407eaa18342.png[/IMG] I'm using a wrapper which I have everything inside of which is this (btw, I still want the two boxes in-line with each-other, just want it centered horizontally). [CODE] #wrapper { margin: 0 auto; width: 1008px; text-align:left; } [/CODE] I suck at CSS, so I'm doing this to get more comfortable with it. Thanks, Hitler. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Center entire page with CSS
Top