issue in firefox with commenting out html

Posted by kalpaitch on Stack Overflow See other posts from Stack Overflow or by kalpaitch
Published on 2010-03-12T21:21:02Z Indexed on 2010/03/12 21:27 UTC
Read the original article Hit count: 325

Filed under:
|

I have an issue in firefox and not in IE, didn't think I'd hear myself say that one, where if I have an commented section in my html like so:

<!--------------form--------------->
<div id='form'>
etc etc.
</div>

<!------------main content----------------->

The area in between the two comment tags is being completely struck out. What am I doing wrong?

© Stack Overflow or respective owner

Related posts about html

Related posts about comments