When I use the Image Manager to upload an image and insert it to the RadEditor, it will add something like this in the HTML block
When I click the Image and then Click the Hyperlink Manager and add the hyperlink in it and click save, any other browser except for IE will show something like this in the HTML block
but on IE, it will render it to:
making the image unclickable.
Does anyone have any idea why this is happening?
I am using IE11
<
img
src
=
"somesource.jpg"
>
When I click the Image and then Click the Hyperlink Manager and add the hyperlink in it and click save, any other browser except for IE will show something like this in the HTML block
<
a
href
=
"http://www.google.com/"
><
img
src
=
"somesource.jpg"
></
a
>
but on IE, it will render it to:
<
img
src
=
"somesource.jpg"
><
a
href
=
"http://www.google.com/"
></
a
>
making the image unclickable.
Does anyone have any idea why this is happening?
I am using IE11