I use the Html extender to make an ordinary textbox into an html editor.
I find it tries to make the html safe, and also produces some html that does not follow strict rules.
It slightly mishandles code such as:
<a href="javascript:alert('hello world');" />click here </a>
by leaving underscores in the page after it cleans it up.
I cannot find the author of the extender, and when I post to "codeplex", I'm told to put the post somewhere else, but its not clear where.
So where do I report the problem?
Thanks.