• Resolved josiepm

    (@josiepm)


    I’ve searched every template and stylesheet but can’t figure out why I have the 2 validation errors on my blog (m-digi.net). For some reason a closing div tag is placed after my closing html tag. There’s also something wrong with my closing body tag but I’m not sure what.
    This is what my footer template looks like:

    <?php do_action('wp_footer'); ?>

    <a href="https://m-digi.net">m-digi.net</a&gt;

    </body>

    </html>

    Any help provided would be deeply appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1- </html></div>

    nothing should be after the </html>

    you have errors in div tags , they are not in good place …

    Thread Starter josiepm

    (@josiepm)

    Yes, I’m aware my closing div tag is placed after my closing html tag but </div> shows up nowhere in my footer template. Is there another template I need to be looking at where a closing html tag shows up?

    Thread Starter josiepm

    (@josiepm)

    I was able to fix this on my own by taking out my footer div tags from my index, page and single templates then adding the
    <div id=footer></div> tags to my footer.php file. Whew!

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