hello
i have download image.module and uploaded on my site actually my problem is in htmlarea when i edit the submited article it displays the images but when i submit and look for the output then only text display and images are not displaying
please help

Comments

slingeraap’s picture

Maybe add Img_assist module, img_attach (and TinyMCE)? I have these all installed and no problems here...

suydam’s picture

Can you display the images by putting the URL of a specific image right into the URL bar?
I had this problem for a while because the .htaccess file in /files was blocking viewing of images from that folder.
My editor (TinyMCE) knew what the image should look like so it displayed during edit, but when I saved the content the image disappeared.

Fixing the .htaccess file (my kludgey way) solved my problem