Hello,
I have a compatibility problem with the html generated. I need the basic html for any tag, i can't use the attribute style.
Example:
I have:
I need:
Any one know a solution or option ?
Thanks
I have a compatibility problem with the html generated. I need the basic html for any tag, i can't use the attribute style.
Example:
I have:
<h3 style="color: blue;"> Test</h3>
I need:
[code]<h3><font color="blue"> Test</font></h3>[/code]
Any one know a solution or option ?
Thanks
Re: Remove style attribute ? (style attribute to basic html)
Re: Remove style attribute ? (style attribute to basic html)
Re: Remove style attribute ? (style attribute to basic html)
Re: Remove style attribute ? (style attribute to basic html)