By Lil Chris on
Hello everybody,
I had another question regarding fckeditor and the inserting images function.
Here's the problem, I have my page and i'm wanting to insert an image using the fckeditor (insert image function). Which seems to be working in the edit page mode (meaning that the image shows up in the fckeditor text box) but, when i publish the page the image I inserted does not show up. Is there maybe a setting i'm missing or something, or does the path become incorrect once published, I just can't seem to find the problem. Does any one have any suggestions....?
Also, I do have the upload function turned on in the config file of fckeditor.
Thanks,
Lil Chris
Comments
when you submit the form,
when you submit the form, are you using the FULL HTML filter ?
if you are using FILTERED HTML, you may have to add the
<img>tag to the input filterto figure out if its a path issue, submit the page, and then view its source and look for the img tags. are they there ? were they stripped out ? is there an incorrect path to the image.
viewing your page source will give you a few good leads.
You're right...
After reviewing, my settings were in filtered (and the code was being stripped out). Since, i'm the only one making changes, I switched the filter to full HTML... Thank you verymisunderstood for your assistance.
Thanks,
Lil Chris