1
Hello,
I have a problem with TinyEditor, when I put a picture in the text with its image manager, the path to the url is not fully qualified.
For example, with a site installed here :
http://localhost/mysiteand picture located in uploads/mypicture.png
the editor calls the image like this :
img src="/mysite/uploads/mypicture.png"
when it should be :
img src="http://localhost/mysite/uploads/mypicture.png"
(note, I have remove the lower and greater signs)
Anybody saw a problem like this ?
Hervé