Hi,
I am working on a media plugin. If I insert <img src="/path/to/image.jpg" /> in Firefox all is good. Under Internet Explorer, the server hostname is always added and the code becomes <img src="http://my.server.com/path/to/image.jpg" />.
Also, if I switch to html view under Internet Explorer and remove the server name, then switch back to non-html view, then back to html view, the server name is added back in again.
Any idea how to prevent Internet Explorer from adding in the full server name on these URLs?
Thanks!