Hello,
I have installed CKeditor in Drupal. I disabled the css (style) to limit the potential users of the site.
My problem with the IMG button is that the height and width through the tag "style".
Here the current code it gives:
The one I'd rather have:
Will it be possible to modify the code a bit to get to that? If yes, could you tell me how? Thank you very much
Greeting.
Clement
I have installed CKeditor in Drupal. I disabled the css (style) to limit the potential users of the site.
My problem with the IMG button is that the height and width through the tag "style".
Here the current code it gives:
<img url="url_img.jpg" style="height:100px; width: 100px">
The one I'd rather have:
<img url="url_img.jpg" height="100px" width="100px">
Will it be possible to modify the code a bit to get to that? If yes, could you tell me how? Thank you very much
Greeting.
Clement

Re: Tag "img" with the height and width without using
Since Outlook 2007 doesn't render width and height css tags anymore I imagine this is a common issue.
Re: Tag "img" with the height and width without using
setAttribute
removeAttribute
setStyle
removeStyle
getStyle
getAttribute
Re: Tag "img" with the height and width without using
Re: Tag "img" with the height and width without using
It's very easy and you don't need to touch any core file.