Re: Convert relative paths to physical paths

  •  07-11-2005, 12:43 PM

    Re: Convert relative paths to physical paths

    Thanks Adam,
     
    I managed to solve this by setting the HtmlBase in the PageProperties element.... This worked fine until I upgraded from version 4.0 to 4.5. Now I get the following error message...

    Also how do I programatically set the HtmlBase from within the script?

     
    Parser Error Message: Type 'CuteEditor.Editor' does not have a property named 'PageProperties'.

    Source Error:

    Line 176:      <asp:Panel runat="server" ID="viewHtmlPanel" Visible="false">
    Line 177:        <CE:Editor id="Editor1" EditorWysiwygModeCss="example.css" runat="server" width="520" height="400">
    Line 178:			<PageProperties HtmlBase="http://www.company-wizard.co.uk/"></PageProperties > 
    Line 179:		</CE:Editor> 
    Line 180:		</asp:Panel>

    Source File: D:\WWWRoot\company-wizard.co.uk\www\html\main\design\newEmail.aspx    Line: 178

    Web Developer
    The Company Formation Wizard -
    Company Registration
View Complete Thread