Prevent HTML Editor from turning absolute urls into relative urls
NineBerry <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.editor |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <9ebc9598-d756-4d3b-b362-3d1acd1a008c@b33g2000yqc.googlegroups.com> |
Hi I am using Gecko HTML Editor embedded in my own application. When working with images or links, the editor will turn absolute urls (like "file:///C:/documents/A.png") into relative urls (like "file:///../.../ A.png"). What would be the correct way to prevent this? Thanks