Hi Adam,
I tried modifying an html file that contained this image tag within.
<img src="logo.jpg">
I right clicked on it in the editor and set a border. But after saving it (or looking at it in the HTML view) I saw that height and width attributes for the image had been inserted automatically.
<img height="30" alt="" src="logo.jpg" width="28" border="4" />
We would like to suppress this inadvertant behavior if possible. Is there a way to do it?
Thanks ,
vinsr