I upload my image in the CKEditor.
It displays correctly on the home page and the node page.
When I click a link in my tags, the image is broken on the tags page.

Looking at the detail, I see this...
img alt="" src="../../files/theimagename.jpg"

The image in the tags page is listed as
http://www.[myurl].com/category/files/theimagename.jpg

whereas the home page and node page the image is set as:
http://www.[myurl].com/files/theimagename.jpg

Obviously, it's the src="../../" part of the file location mentioned above.

How can I fix this? I mean I could define "../../" as my hardcoded url but I don't know where I'd change that. I doubt that's even the right way to fix it.

Thanks.

Comments

codebutcher’s picture

In IMCE for D6, it is an option in the IMCE settings page.