Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2009
    Posts
    11
    Plugin Contributions
    0

    Default IE8 not displaying pages properly

    re: Zen Cart v1.3.8a/v1.3.8 with UK mod

    since installing IE8 my store and many other of my webpages have taken on a spacing of their own!
    i have fixed my webpages by inserting the following line (before any links)
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    but i'm still left with the store having odd spacing as i cannot figure where to insert this line!
    any suggestions?
    NB: the store looks okay with the 'compatibility view' button activated, so i'm guessing there will be a proper fix to look out for soon??
    [FONT="Comic Sans MS"]BING A BONG A BOO ![/FONT]

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: IE8 not displaying pages properly

    We'll need a link to your site.

  3. #3
    Join Date
    Feb 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE8 not displaying pages properly

    [FONT="Comic Sans MS"]BING A BONG A BOO ![/FONT]

  4. #4
    Join Date
    Feb 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE8 not displaying pages properly

    Figured it out
    Thought I'd post the solution just in case anyone else is still wondering how.

    In 'html_header.php'
    change
    Code:
    <head>
    <title><?php echo META_TAG_TITLE; ?></title>
    to
    Code:
    <head>
     <meta http-equiv="X-UA-Compatible" content="IE=7" />
    <title><?php echo META_TAG_TITLE; ?></title>
    This solves the problem across all the pages
    [FONT="Comic Sans MS"]BING A BONG A BOO ![/FONT]

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: IE8 not displaying pages properly

    Actually, that doesn't really 'solve' anything. It just forces your visitors' browsers to Compatibility Mode. Better, I think to fix the underlying problem, especially since Firefox 3 usually renders pages the same as IE8.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: IE8 not displaying pages properly

    Validation shows that you have 13 HTML errors; some are trivial, but some can cause major problems. I think fixing one <br> to <br /> will solve many of the major problems.

  7. #7
    Join Date
    Feb 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: IE8 not displaying pages properly

    thanks stevesh/gjh42
    have fixed what i could re validating link - i'll have to remember that one, cheers,

    i'm not sure what i can do about the remaining errors though, any clues?
    ie the XML Parsing Error: xmlParseEntityRef: no name errors.
    Re &amp; errors, i'm guessing the only way to rid that is to change the title of the product? (or accessing the database or something - which i have no prior experience!)


    re the look of the page
    am still getting the break/space at the top though,
    so have put back my IE=7 insert for the mo. Sorry Firefox 3 users!

    i'm not sure what you're seeing but here's a PrtSc image of the two views,
    as you can see it looks a lot better with the compatibility activated.
    any clues as to where to correct this?
    [FONT="Comic Sans MS"]BING A BONG A BOO ![/FONT]

 

 

Similar Threads

  1. v151 Pages not displaying properly
    By jimbo67a in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2013, 07:51 PM
  2. Not Displaying Properly in IE.
    By top hatt in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Feb 2012, 12:53 PM
  3. Products not displaying in IE8. Please help
    By sorcha in forum General Questions
    Replies: 11
    Last Post: 13 Jul 2011, 11:55 AM
  4. Page is not displaying properly
    By silentshadow in forum Basic Configuration
    Replies: 3
    Last Post: 15 May 2008, 04:03 AM

Posting Permissions

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