Importing Style attribute while cleaning up HTML
-
Is it possible to keep style attributes in cleaned HTML?
For instance, I have an element
<p style="padding-left: 30px;"><em>Some Text</em></p>After importing, the “p style” tag is missing, and the text is simply italicized. I have added
<style> <p>to the Allowed HTML box, but the code is still stripped. Any suggestions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Importing Style attribute while cleaning up HTML’ is closed to new replies.