Hi,
I see this happening.
Markup is shown properly in the HTML view of the RadEditor, but is stripped when rendered on the page.
Here is my HTML as shown in the RadEditor:
<
p
><
img
alt
=
"the other"
src
=
"/PublishingImages/Signing-4730x.jpg"
/></
p
>
Note the end tags on IMG when the page is rendered I get this:
<
p
><
img
alt
=
"the other"
src
=
"/PublishingImages/Signing-4730x.jpg"
></
p
>
Also see this old post from 2009
Is this issue still applicable on the latest version of the RADEditor?
Ps. I know the <img> tag is a self closing tag, so the latter html is still valid. see here
Thanks!
Regards,
John