I use FCK editor in D6.13. I recently added SEO Friend , saw the images disappear and removed the mod and resaved entries but error still occurs.
ERROR:
I created a blog entry, the linked image displays in the editor but when I save it, all paragraph/line breaks are gone as are the images not displayed. I go back to edit the same entry and everything looks fine in the editor. I switch to plain text to make sure the code if still there, it is.
When I save again, it's gone. The code is gone, it is being filtered out.
I check the Input filters and the FULL HTML input is still default and being used on the blog.
What can I do? What are the trouble shooting mechanisms I can do to fix it?
Many thanks for your help!.
Comments
check that you're using a
check that you're using a full path rather than a relative. The path from the root is different than the path when editing, so a relative path won't display the same in the two places.
Look at the page source.
=-=
inspect the filters INSIDE the FULL HTML input format and ensure all is correct.
thanks very - how do I do
thanks very - how do I do that? Are you talking about the INPUT FILERS link under SITE CONFIG? There are only 5 options and none have anything to IMG tag. Thanks.
clic on source-code (on FCK
clic on source-code (on FCK Editor) and check the html generated...
Do I do that by switching to
Do I do that by switching to plain text editor to review the code? Is that what you are referring to? If so, I have done that and it is generating the correct code. This is also evidenced when you return to the edit page and inside the editor displays the picture as it should, even after saving it, and it not displaying to image in view mode.
i AM THROWN FOR A LOOP ERE, IT DOESN'T MAKE SENSE.
Many thanks!
got it working using input
got it working using input formats - thanks