In ckeditor: Is there a way to get the width and height attributes instead of css style attribute for the image dimensions?

link|improve this question

50% accept rate
Can you clarify what are you trying to do ? – Zuul Jun 17 '10 at 9:47
I think this has been asked before and the answer was yes, but only by changing the image plugin. Can't find the dupe right now though. – Pekka Jun 17 '10 at 9:48
i would like to have width and height attributes instead of style="width:100;height:75". – David Verhulst Jun 17 '10 at 9:55
i know i found some posts about it but allways regarding the older fckeditor – David Verhulst Jun 17 '10 at 9:56
You mean inline styling of width and height, instead of declaring it in CSS? – Kyle Sevenoaks Jun 17 '10 at 9:59
show 1 more comment
feedback

1 Answer

As I said in http://stackoverflow.com/questions/3049692/ckeditor-ckfinder-default-attributes-width-and-height-to-uploaded-images the output_html.html sample shows how to use attributes and not styles for the dimensions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.