Viewing 8 replies - 1 through 8 (of 8 total)
  • Could be a chartset issue.

    Change this:

    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

    To:

    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />

    You might have to change it via this page: /wp-admin/options-reading.php

    Thread Starter lupes

    (@lupes)

    Thanks for the quick response. I’ve made the changes but IE is still crashing.

    Does it work if you switch it back to WordPress’s ‘Default’ theme?

    Thread Starter lupes

    (@lupes)

    Its on the default theme and it loads.

    What could be the problem with my theme?

    Switch it back so I can have a look @ the broken one. Just to compare the two.

    Thread Starter lupes

    (@lupes)

    I’ve changed it back, thanks.

    It’s something in the stylesheet. The only error in the validator is:

    See the border-right property is incorrect.

    #left-s{
    width:319px;
    padding-right:45px;
    border-right:px solid #ccc;
    float:left;
    margin-bottom:30px;}

    Change it to:

    #left-s{
    width:319px;
    padding-right:45px;
    border-right: 1px solid #ccc;
    float:left;
    margin-bottom:30px;}
    Thread Starter lupes

    (@lupes)

    I got it working.

    It was the way I was styling the date with too many span tags it seems.

    Thanks for all your help, very much appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Blog not displaying in IE6 / IE7, keeps crashing’ is closed to new replies.