Re: URLType not working with INPUT form.

  •  05-04-2011, 8:27 AM

    Re: URLType not working with INPUT form.

    This issue is still occuring.
     
    <CE:Editor UseHTMLEntities="false" StyleWithCSS="true" EnableStripScriptTags="false" FullPage='true' EditorBodyStyle="font-family:'Microsoft Sans Serif'; font-size:'12';" BreakElement='P' ThemeType="OfficeXP" AutoConfigure="Full" DisableItemList="SelectAll, SelectNone, CssClass, LinkTree, Codes, Zoom, ImageMap, Save, New, Preview, ToFullPage, FromFullPage, SyntaxHighlighter, Help" URLType="Default" id="Editor1" Height="250px" runat="server" ></CE:Editor>
     
    Users are still experiencing SiteRelative paths being altered to Absolute paths.
     
    <td style="background-image: url(/images/hr_m_left.jpg); width: 203px; background-repeat: repeat-y; font-size: 1pt">&nbsp;</td>
     
    is being changed to
     
    <td style="background-image: url(http://www.example.com/images/hr_m_left.jpg); width: 203px; background-repeat: repeat-y; font-size: 1pt">&nbsp;</td>
View Complete Thread