Title: validator error no
Last modified: August 19, 2016

---

# validator error no

 *  [jbskaggs](https://wordpress.org/support/users/jbskaggs/)
 * (@jbskaggs)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/validator-error-no/)
 * I cannot see what is wrong with this- here is validator error:..
 *     ```
       end tag for "ul" which is not finished
   
       …-sidebar"><ul id="footer-sidebar"></ul></div></div><div class="column-right"><…
   
       ✉
   
       Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
   
       Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
       ```
   
 * here is the sect of code it came from:
 *     ```
       <div class="column-middle">
       <div class="footer-sidebar">
       <ul id="footer-sidebar">
       <?php if ( !function_exists('dynamic_sidebar')
       || !dynamic_sidebar('Footer Sidebar') ) : ?>
        <?php endif; ?>
       </ul>
       </div>
       </div>
       ```
   
 * the entire file is here:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com)]_
 * please help
    jb

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/validator-error-no/#post-1804799)
 * `<ul id="footer-sidebar"></ul>`
 * There’s no `<li></li>` tags
 *  Thread Starter [jbskaggs](https://wordpress.org/support/users/jbskaggs/)
 * (@jbskaggs)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/validator-error-no/#post-1804806)
 * thank you now I get:
    This document was successfully checked as XHTML 1.0 Transitional!
 * Which means all the errors it found are fixed! Thanks for helping a noob like
   me.
 * JB
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/validator-error-no/#post-1804825)
 * No problems 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘validator error no’ is closed to new replies.

## Tags

 * [open](https://wordpress.org/support/topic-tag/open/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [tag](https://wordpress.org/support/topic-tag/tag/)
 * [ul](https://wordpress.org/support/topic-tag/ul/)
 * [validate](https://wordpress.org/support/topic-tag/validate/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/validator-error-no/#post-1804825)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
