When I upload an image and look at the source, I get the following:
<p><input height="337" width="265" type="image" src="/app/webroot/image.jpg" /></p>
I want:
<p><img height="337" width="265" type="image" src="/app/webroot/image.jpg" /></p>
How do I force FCKEditor to generate this?
ver. 2.6.4 build 2169
Thanks in advance!
<p><input height="337" width="265" type="image" src="/app/webroot/image.jpg" /></p>
I want:
<p><img height="337" width="265" type="image" src="/app/webroot/image.jpg" /></p>
How do I force FCKEditor to generate this?
ver. 2.6.4 build 2169
Thanks in advance!