Url Replacement

  •  04-08-2008, 4:36 AM

    Url Replacement

    Hello,
    I'm using
     
    $editor->URLType = "Absolute";
     
    to have absolute paths. But the editor convert a url like this:
     
    <a href="http://www.example.com" target="_blank">www.example.com</a>
     
    in
     
    <a href="http://www.example.com" target="_blank">http://www.example.com</a>
     
    adding the "http://". How can I avoid this?
     
    Thanx
    Tom
View Complete Thread