hi,
i got a problem with uploading of images
when i uploaded a image in fckeditor and i use the code button the image link is:
<p><img alt="" src="/userfiles/image/picture.jpg" /></p>
but when i send it to the database,
and then i go back to the image and i use the code button again.
than the image link is changed to:
<p><img alt="\"\"" src="\"/userfiles/image/picture.jpg\"" /></p>
i hope someone has a solutions for this
thanks in advance
kathraga
i got a problem with uploading of images
when i uploaded a image in fckeditor and i use the code button the image link is:
<p><img alt="" src="/userfiles/image/picture.jpg" /></p>
but when i send it to the database,
and then i go back to the image and i use the code button again.
than the image link is changed to:
<p><img alt="\"\"" src="\"/userfiles/image/picture.jpg\"" /></p>
i hope someone has a solutions for this
thanks in advance
kathraga
Re: Image problem
When I am getting a data from DB I have this:
But in editor I see :
I even try this line before FCKeditor:
But it doesn't help.
Any ideas?
Thanks.