Viewing 3 replies - 1 through 3 (of 3 total)
  • These are the warnings I got. Looks like IE is probably less forgiving than FF. The third one down is probably the important one, and hopefully the rest will disappear when that’s sorted.

    Result: 0 errors / 25 warnings
    
    line 125 column 1 - Warning: missing  before </p>
    line 136 column 4 - Warning: inserting implicit <a>
    
    line 204 column 70 - Warning: missing </div> before
    <li>
    line 204 column 94 - Warning: inserting implicit
    <ul>
    line 204 column 94 - Warning: missing </ul>
     before </div>
    line 208 column 64 - Warning: missing </div> before </li>
    <li>
    line 208 column 88 - Warning: inserting implicit
    <ul>
    line 208 column 88 - Warning: missing </ul>
     before </div>
    line 212 column 64 - Warning: missing </div> before </li>
    <li>
    line 212 column 88 - Warning: inserting implicit
    <ul>
    line 212 column 88 - Warning: missing </ul>
     before </div>
    line 215 column 109 - Warning: missing </div> before </li>
    <li>
    line 215 column 133 - Warning: inserting implicit
    <ul>
    line 215 column 133 - Warning: missing </ul>
     before </div>
    line 4 column 1 - Warning: <meta> proprietary attribute "charset"
    line 4 column 1 - Warning: <meta> lacks "content" attribute
    line 24 column 4 - Warning: <div> proprietary attribute "role"
    line 35 column 4 - Warning: <div> proprietary attribute "role"
    line 45 column 4 - Warning: <div> proprietary attribute "role"
    line 88 column 70 - Warning: <font> attribute "color" has invalid value "#414"
    line 196 column 3 - Warning: <div> proprietary attribute "role"
    line 199 column 104 - Warning: <form> proprietary attribute "role"
    line 240 column 2 - Warning: <div> proprietary attribute "role"
    line 136 column 4 - Warning: trimming empty <a>
    line 136 column 1 - Warning: trimming empty <p>

    Thread Starter MikeCranePhotography

    (@mikecranephotography)

    Thank you for the reply…I’m new to all of this how do I find and fix that problem.
    Thanks.

    I’m not saying it’s the answer, but it’s a starting point. I’m guessing you have an index.php in your theme. You need to go through it with a fine toothcomb making sure that every <div …. is matched by a </div>

    In fact, the very first warning about the </p> might be the starting point ??

    What I would do is install HTML validator in Firefox, or paste the source into https://validator.w3.org/#validate_by_input to see what progress you’re making. I’d probably get a copy of the source, paste it into a text editor, save as an HTML file, remove all images, remove all blocks of text, until I’d stripped it down to the elements, every now and again checking to see what it looked like in IE.

    Then I’d remove elements one block at a time e.g. <p> </p>, hopefully finding if there’s any that are missing.

    That’s just a general approach. It just takes time. If you’ve done it enough times it only takes five to ten minutes (if all goes well) ??

    It’s like finding a problem on a car – eliminate one thing at a time – it’s the quickest way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Internet Explorer Widget Errors’ is closed to new replies.