Forum Replies Created

Viewing 1 replies (of 1 total)
  • seismos

    (@seismos)

    Thank you very much!

    I was struggling on this same problem as you, but only I couldn’t figure it out. Thank God for Google, right?

    Anyways, I’m not sure as to why the validator is this way, but it seems that all of your input, button, and whatnot tags need to be encompassed in one of the tags the validator mentioned. I used the tags for my form, which also made my label and linebreak valid.

    <form action=”blah.php” method=”post”>
    Label:<br/><input type=”text” name=”heh”/>
    </form>

    Thanks.

Viewing 1 replies (of 1 total)