[Plugin: Dean's FCKEditor For WordPress] Strips HTML Code Out: How to Prevent That?
-
When I click the Source button and enter the blog post source with HTML in it, the HTML is stripped out of it.
How do I just add strait HTML code (with encoding) and not have the editor strip it out?
Here is an example below.
<DIV style=’padding: 5px 5px 5px 5px; border-style: dashed none dashed none; border-width: 1px;’><DIV style=’background-color: FFFFCC; color: 000000;’><small><font color=’FF0000′><b>TIP!</b></font> A great tip that can help you fight stress is to simply exercise. Exercising is great because it releases chemicals in your body that will make you feel better.</small></DIV></DIV>
Changes to:
<div style=”padding: 5px; border-style: dashed none; border-width: 1px;”>
<div style=””><small><font color=”FF0000″><b>TIP!</b></font> A great tip that can help you fight stress is to simply exercise. Exercising is great because it releases chemicals in your body that will make you feel better.</small></div>
</div>https://www.ads-software.com/extend/plugins/fckeditor-for-wordpress-plugin/
- The topic ‘[Plugin: Dean's FCKEditor For WordPress] Strips HTML Code Out: How to Prevent That?’ is closed to new replies.