Re: Strange replace problem with UrlType.Absolute

  •  10-23-2008, 4:08 AM

    Re: Strange replace problem with UrlType.Absolute

    Thans Ken, but your solution is wrong.
    "Title" is only for mouseover tooltip. See next example:
     
    This is a link to Google.
    Here I used the title too for mouse over behavior. The hyperlink is http://www.google.nl and the text is Google.
     
    Problem is when you have www.google.com as text. The editor replaces it too when using Urltype.Absolute and it should not do that!!! You can reproduce the problem by following the steps.
    This is a link to http://www.google.com/.
    I want keep the text www.google.com, but editor changes it to http://www.google.com/ .
     
     
     
     
     
     
     
View Complete Thread