Insert image doesn't work...
I changed the path in de Security --> Default.config file, /uploads to ../uploads, because it didn't work at all in the first place
the left insert image works fine but te right with the preview doesn't work.
When I want to insert an image, i can see the image in the preview window and adjust the size etc.
but when i insert the image into the editor he doesn't show the image...
In HTML view i can see the path of the image is not correct
In HTML view I get:
<img height="200" alt="" src="../uploads/logo.gif" width="167" border="0">
and it has to be
<img height="200" alt="" src="http://cutesoft.net/uploads/logo.gif" width="167" border="0">
If i change the path in the Security --> Default.config file back to /uploads it doesn't work at all, then i can't browse
can some one help me???