Viewing 3 replies - 1 through 3 (of 3 total)
  • You have two empty table rows on the m=2010

    <tr>
    <td> &nbsp;</td>
    </tr>
    <tr>
    <td> &nbsp;</td>
    </tr>

    HTH

    David

    Thread Starter nessler

    (@nessler)

    Thanks but I’m afraid that’s not the problem, I should have been clearer.
    I uploaded a picture of the problem, which only seems to happen in IE, not in firefox.

    The archive has a small border, above the “contact/policy/search” row.
    It should not be there, since I use the same css files everywhere so the problem comes from somewhere else, perhaps the archive or index page but I can’t find it…

    Above picture is the problem (pointed at with the arrow), the lower picture is how it should look.

    click here for the picture

    You have a few markup issues, fixing these will likely fix the theme in IE, IE is more sensitive to markup errors where Firefox will supress them.

    There may seem a lot but fixing any unclosed tags will fix lots of the other attribute errors.

    You have a lot of injected plugin code in the <head></head> section, disable all plugins check the theme and then enable them one at a time to see when it breaks.

    This indicates the issue is a script between the head tags!

    Line 165, Column 7: end tag for “script” omitted, but OMITTAG NO was specified</head>

    You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.

    Line 16, Column 2: start tag was here <script>

    HTH

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Small padding problem’ is closed to new replies.