How can I prevent HTML code from being stripped out?
-
How to stop Tinymce from stripping out HTML code
I have a bordercolor in my table as shown below. Every time I shift from text to visual mode it is stripped out. How can I prevent this?<table align="left" bordercolor="#FFB36C" border="1" cellpadding="0" cellspacing="0">The same thing happens with
or&160;
How can I prevent HTML code from being stripped out?The odd thing is that after the editor strips out the non-breaking spaces, it seems to somehow “remember” they are there (does not remember the bordercolor, though), but if I copy and paste the code into a new file, of course they are not there and the formatting is messed up.
So how can I prevent the editor from stripping out HTML code?
Thanks!
The topic ‘How can I prevent HTML code from being stripped out?’ is closed to new replies.