Re: Absolute vs. Relative URLs Not Working

  •  04-28-2008, 1:43 PM

    Re: Absolute vs. Relative URLs Not Working

    Thanks for your fast response!
     
    I'm trying to do just that but not sure where to add this.
     
    I've added:
     
     
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            CuteEditor.URLType.Absolute = True
        End Sub
     
    But still having trouble. Is there another place to add this?  The demo doesn't show how.
     
    Thanks!
     
    Chris

View Complete Thread