Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
step 1, i use "insert/edit image" to add an img
ex :<img src="/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />
step 2.I modify src by "html edit"
<img src="/2008/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />
and that src isn't inside the web, so that will be an broke path
step3. save
step4, using "html edit" the path change to "<img src="/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />"
if i need to keep the url (even that is invalid) how could i do
Hi. You can change the TidyEditorContent setting in umbracoSettings.config to False. It will make RTE to keep your html more or less 'as is'.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using "HTML EDIT" to moditfy img src,after save, img src would not change
step 1, i use "insert/edit image" to add an img
ex :<img src="/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />
step 2.I modify src by "html edit"
<img src="/2008/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />
and that src isn't inside the web, so that will be an broke path
step3. save
step4, using "html edit" the path change to "<img src="/media/282342/check_mark.jpg" alt="Check _mark" width="22" height="17" rel="0" />"
if i need to keep the url (even that is invalid) how could i do
Hi. You can change the TidyEditorContent setting in umbracoSettings.config to False. It will make RTE to keep your html more or less 'as is'.
is working on a reply...