Using Umbraco 4.7, when I edit the HTML source of a content (richtext) property like this:
<img src="images/blah.png"/>
Umbraco edits it adding a leading slash like this:
<img src="/images/blah.png"/>
This seems like a bug. If so is there a workaround or if not, what am I doing wrong?
I am migrating over a lot of existing content by cut and paste so I'd rather not using the media library to avoid some manual (re-)uploading of the images.
I found this old thread but the advice doesn't seem to work (adding rel=0):
Content with images adds leading slash on save
Using Umbraco 4.7, when I edit the HTML source of a content (richtext) property like this:
<img src="images/blah.png"/>
Umbraco edits it adding a leading slash like this:
<img src="/images/blah.png"/>
This seems like a bug. If so is there a workaround or if not, what am I doing wrong?
I am migrating over a lot of existing content by cut and paste so I'd rather not using the media library to avoid some manual (re-)uploading of the images.
I found this old thread but the advice doesn't seem to work (adding rel=0):
http://forum.umbraco.org/yaf_postst1472_HTML-Img-tag-properties-removed-when-saving-content.aspx
Thanks!
- Brian
Anybody?? Surely this is some kind of long-standing system bug...?
Ahh finally FFS, I found the answer:
http://our.umbraco.org/forum/using/ui-questions/19026-when-save-a-picture-in-RTE%28TinyMCE%29-then-disappear-?p=0#comment117782
For anybody else pulling their hair out over this issue!
- Brian
is working on a reply...