Title: nanc's Replies | WordPress.org

---

# nanc

  [  ](https://wordpress.org/support/users/nanc/)

 *   [Profile](https://wordpress.org/support/users/nanc/)
 *   [Topics Started](https://wordpress.org/support/users/nanc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nanc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nanc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nanc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nanc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nanc/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Javascript dropdown problem](https://wordpress.org/support/topic/javascript-dropdown-problem/)
 *  Thread Starter [nanc](https://wordpress.org/support/users/nanc/)
 * (@nanc)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/javascript-dropdown-problem/#post-414250)
 * For those interested, the dropdown doesn’t work because of the doctype that’s
   declared:
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml”&gt](http://www.w3.org/1999/xhtml”&gt);
 * When I change it to this, it works fine (the dropdown, that is):
 * <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
    <html lang=”en”
   > <head>
 * My new question is – will using this HTML 4.0 transitional doctype render my 
   wordpress blog correctly? I’m creating my own theme and appreciate any feedback
   I can get before I spend hours changing things … Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Template package?](https://wordpress.org/support/topic/template-package/)
 *  Thread Starter [nanc](https://wordpress.org/support/users/nanc/)
 * (@nanc)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/template-package/#post-412104)
 * Thanks – that’s what I figured, but it’s good to know for sure. They should put
   that in the documentation. – Have a great week.

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