Hi,
1) I copied the following into radEditor.Content
<map id="a"><img src="image" /></map>
2) When I retrieved the content from radEditor.Content, I found new code in it.
In Firefox and Chrome, the new code is exactly the same as the old code (this is how I WANT it to behave).
In IE7 however, the new code I got was different:
<map id="a"><img alt="" src="http://**.***.com/***/image" /></map>
where "http://**.***.com/***/" is the current URL domain and path
I am using the following version of Telerik: 2008.02.0826.35
Could you kindly look into the issue and help me address it?
Thanks,
Varun
1) I copied the following into radEditor.Content
<map id="a"><img src="image" /></map>
2) When I retrieved the content from radEditor.Content, I found new code in it.
In Firefox and Chrome, the new code is exactly the same as the old code (this is how I WANT it to behave).
In IE7 however, the new code I got was different:
<map id="a"><img alt="" src="http://**.***.com/***/image" /></map>
where "http://**.***.com/***/" is the current URL domain and path
I am using the following version of Telerik: 2008.02.0826.35
Could you kindly look into the issue and help me address it?
Thanks,
Varun