Hello,
sometimes I need to display a html code on my page, which uses FCKeditor. For example:
If I insert the code to display the HTML above in source view and switch back yo WYSWYG it works fine. However if I save it and later try to edit then FCKeditor try to interpret it and rewrite the code. The result is that I will get a table displayed in the editor and not the html code of the table.
How can I solve this issue?
Thanks in advance!
sometimes I need to display a html code on my page, which uses FCKeditor. For example:
<table>
<tr><td>Demo<br/></td></tr>
</table>
If I insert the code to display the HTML above in source view and switch back yo WYSWYG it works fine. However if I save it and later try to edit then FCKeditor try to interpret it and rewrite the code. The result is that I will get a table displayed in the editor and not the html code of the table.
How can I solve this issue?
Thanks in advance!