Results 1 to 7 of 7
-
10th Jul 2011, 06:56 PM #1OPMemberWebsite's:
scifi-world.org scifiw.comHow do i align my webpage to the center?
Hi,
I'm working on a new site and I want to center align the whole page.
I use margin:0 auto; in my css file and it works with firefox and chrome, but in IE9 the whole page is aligned to the left.
Thanks for any help.dtommy79 Reviewed by dtommy79 on . How do i align my webpage to the center? Hi, I'm working on a new site and I want to center align the whole page. I use margin:0 auto; in my css file and it works with firefox and chrome, but in IE9 the whole page is aligned to the left. Thanks for any help. Rating: 5
-
10th Jul 2011, 10:44 PM #2Member
Can this help:
<CENTER> CONTENT GOES HERE </CENTER>
or
<DIV ALIGN=CENTER> CONTENT GOES HERE </DIV>Selling cheap domains - 5 dollars each - Payment with PayPal only
-
10th Jul 2011, 10:49 PM #3Respected DeveloperWebsite's:
wrzc.orgDon't use the above. It's not good practice. Use margin auto so it's something like the following in your CSS
PHP Code:.something {margin:0 auto;display:block;}
PHP Code:<div class="something">Text goes here</div>
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
10th Jul 2011, 10:57 PM #4
-
11th Jul 2011, 12:37 PM #5Member
-
11th Jul 2011, 12:43 PM #6Member
I use to set the wrapper element with:
margin-left: auto;
margin-right: auto;
-
11th Jul 2011, 01:00 PM #7MemberWebsite's:
RahulParekh.in DevilGang.in WhatsInADesign.comDo you have comments above the doctype? If you do, pages break completely in IE.
If you don't have a doctype, you need one. use xhtml 1.0 strict or html5 doctype.
More on doctype over here:
http://www.alistapart.com/articles/doctype/PSD to HTML/CSS - Quality Code - 15$/page
Hosting Template - 8$ - PSD Included
Web Designer and Front End Developer
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[HTML] How To Align Any Image Center !
By Rapid S in forum Web Development AreaReplies: 28Last Post: 9th Sep 2012, 11:55 AM -
[Help] Align Images to center in CSS
By coolboyz2323 in forum Technical Help Desk SupportReplies: 11Last Post: 5th Feb 2012, 04:14 PM -
How to align child categories in center?
By DuckBre in forum Web Development AreaReplies: 3Last Post: 3rd Feb 2012, 07:42 PM -
How to center align ads..?
By Hatefed in forum vBulletinReplies: 3Last Post: 9th Nov 2010, 03:13 PM -
Center webpage with absolute positions?
By iL < in forum Technical Help Desk SupportReplies: 8Last Post: 14th Apr 2010, 08:04 PM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...