Hi,
I have to write above type of content in an FCKeditor. " * " is needed somewhat for IE6 issue. But after toggle of Source tab of the toolbar it replaces the property after * encounters like the below.
What I have to do in fckconfig.js or anywhere to fix the above thing. As this doesn't works for both FCKeditor and CKeditor but it works fine for TinyMCE.
Help me out !!!
Amit
<div style="width:10px; *width:5px;">This is a Test.</div>
I have to write above type of content in an FCKeditor. " * " is needed somewhat for IE6 issue. But after toggle of Source tab of the toolbar it replaces the property after * encounters like the below.
<div style="width:10px;">This is a Test.</div>
What I have to do in fckconfig.js or anywhere to fix the above thing. As this doesn't works for both FCKeditor and CKeditor but it works fine for TinyMCE.
Help me out !!!
Amit