• Has anyone encountered the IE search form bug below?

    <DIV id=sidebar>
    <UL>
    <LI>
    <FORM id=searchform action=/wordpress/index.php method=get>
    <DIV><INPUT id=s name=s> <INPUT id=searchsubmit type=submit value=Search>
    </DIV></FORM>
    <LI> <—- IE does not properly close the li tag, is there a work around?
    <LI class=pagenav>

Viewing 2 replies - 1 through 2 (of 2 total)
  • What you quoted here cannot be a WP code, since it’s all in capital letters and that’s not XHTML valid. WP’s code is valid.
    And I don’t think IE has to close the <li> tag – it is done either by the code or by the user who messes with the code 🙂

    Yeah, you need to be closing the tags in the code with a </li>.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE Search Form Bug…’ is closed to new replies.