CKEDITOR - prevent adding image dimensions as a css style
Posted
by Franek
on Stack Overflow
See other posts from Stack Overflow
or by Franek
Published on 2010-01-12T19:55:16Z
Indexed on
2010/03/25
8:53 UTC
Read the original article
Hit count: 467
How to prevent CKEDITOR from adding image dimensions as a style?
Instead of this:
<img src="image.jpg" style="height:100px; width:100px;">
I want this
<img src="image.jpg" height="100px" width="100px">
© Stack Overflow or respective owner