Results 1 to 3 of 3

Thread: My web page aligns left in IE, but not in other browsers.

  1. #1
    Frontpage User
    Join Date
    May 2012
    Posts
    1
    Post Thanks / Like

    Question My web page aligns left in IE, but not in other browsers.

    My web page aligns left in IE, but not in other browsers. It should be centered. Any suggestions?
    The Olde Rugged Cross | Wood Crosses for Sale

  2. #2
    Web Slave blacknight's Avatar
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    10,011
    Post Thanks / Like

    Default

    Which version of IE have you tested it in?

    Running it through the W3C validator is throwing quite a few errors, which probably aren't helping matters The W3C Markup Validation Service

  3. #3
    Wannabe Geek php.allstar's Avatar
    Join Date
    Apr 2009
    Location
    Monamolin, Gorey, Co. Wexford
    Posts
    405
    Post Thanks / Like

    Default

    Hi

    In your style.css file change this:

    HTML Code:
    body {     
        background-color:#6699CD;
        margin:0px;     
        padding:0px;     
        border:0px;
         background-repeat:repeat;
         text-align:center;
         background-image: url(Images/BluePuffySkies.gif); }
    to this:

    HTML Code:
    body {
        width: 1000px;
         background-color:#6699CD;
         margin:0px auto;
         padding:0px;
         border:0px;
         background-repeat:repeat;
         text-align:center;
         background-image: url(Images/BluePuffySkies.gif); }
    Let me know how you get on

Similar Threads

  1. Replies: 1
    Last Post: 23-06-2009, 05:13 PM
  2. Page centered in Firefox; left aligned in IE
    By WhitePhantom in forum Coding Help
    Replies: 11
    Last Post: 06-06-2009, 02:20 PM
  3. Left Align in FF ?
    By dropbop in forum Coding Help
    Replies: 7
    Last Post: 26-05-2009, 11:29 AM
  4. For Sale Website www.dublintourcd.com and left over stock
    By dublintourcd in forum Websites For Sale
    Replies: 0
    Last Post: 28-04-2009, 11:16 PM
  5. Which Browsers Do you Test Against?
    By blacknight in forum Webmaster Discussion
    Replies: 10
    Last Post: 21-03-2007, 12:18 PM

Visitors found this page by searching for:

facebook aligned left in ie

my webpage is left align in ie

my web page is left align in ie

website not centered in internet explorer

showing left align in ie

everything is to the left on web pages in ie

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •