Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Evan 3 posts 23 karma points
    Oct 19, 2011 @ 10:28
    Evan
    0

    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

  • Rodion Novoselov 694 posts 859 karma points
    Oct 19, 2011 @ 11:29
    Rodion Novoselov
    0

    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'.

Please Sign in or register to post replies

Write your reply to:

Draft