Click to See Complete Forum and Search --> : [RESOLVED] HTML Comments making site invisable in IE but not FFox


designer1
11-12-2008, 04:55 PM
I have a webpage in IE7 that has all the content in the body tag disappearing visually to the end user when i put any type of html comments in the code. Fire fox runs it fine.

I tried regular comments and they do the same thing as the frontpage form comments. even <!-- --> triggers the disappearing.

With comment tags
http://www.yspeaks.com/index_new.htm

Same code with out comment tags
http://www.yspeaks.com/index_new_without_comments.htm


thanks for any help,

skywalker2208
11-12-2008, 05:12 PM
I noticed you didn't close a comment in the style at the top of the file. I wonder if that could be your problem.

designer1
11-12-2008, 05:46 PM
:) it fixed it,

Thanks