I have the wysiwyg editor in a page called editor.asp in folder private.
When I click the code cleaner function ( applies to all options ) it somehow updates all my links. FOr example if the document I am editing has a link :
<a href=default.asp?id=12> link</a>
when I click code cleaner to remove font tags it will change all links to the following:
<a href=http://webserver/private/editor.asp?id=12> link</a>
This is causing a problem can you help??