Hi All,
I'm trying to do a few html comments in the HTML editor of wordpress. They seem to get into the database ok, but when I view the page I see a "->" and the page is messed up. When I view the source, the close of the html comment was changed from "-->" to "&# 8211;>" (but no space between the &# and 8211.)
I'm using the html comment because I have a Java applet to show and it needs different "object" tags for IE vs. more standards compliant browsers. To do this, IE has "<!--[if !IE]>-->" and "<!--<![endif]-->" tags.
Anyone have any ideas of how to pull this off?