Hi,
I have two small problems
1) When I insert an image tag in HTML like this <img src="Dump001.jpg"/> the editor change it to an absolute url when I switch form codeview to layout view. Can I change this setting - I need the relative url!
2) When I try to click on the insert image button in the toolbar i get an insert image dialog, but there are only a Cancel button. And when I try the Upload page nothing happend.
I'm using 2.0 under ASP.NET
Regards
Thor Ostergaard, Denmark.
I have two small problems
1) When I insert an image tag in HTML like this <img src="Dump001.jpg"/> the editor change it to an absolute url when I switch form codeview to layout view. Can I change this setting - I need the relative url!
2) When I try to click on the insert image button in the toolbar i get an insert image dialog, but there are only a Cancel button. And when I try the Upload page nothing happend.
I'm using 2.0 under ASP.NET
Regards
Thor Ostergaard, Denmark.
RE: Image upload and relative url's
RE: Image upload and relative url's
i wrote a php script which removes all absolut pathes and replace them with relatives on "save"
if i load the content in the editor i add the pathes with my script