You are not logged in.
Hello
I have a problem cause Xinha rewrites my HTML content.
I know it does it to validate the code with XHTML, but there are some case where we want to preserve "exactly" what the user wrote.
for exemple :
User : <img /><br /><img />
Xinha :
<img />
<br /> <img />
With this, there will be a hole between te two images, and i can't ask my users to put a CSS display:block on images...
So my question is can we disable the XHTML checking og Xinha.
I hope there is a parameter, but if dosen't exists please can you suggest me some line to comment juste to stop calling the GetHtml methods.
Thanks in advance
Offline