Community & Support

image not showing with FCKeditor

I have installed drupal with the FCKeditor module.
I also installed the upload module for fckeditor.

When i upload a image i see the image in the editor.
If i put the full image url in the internet browser it is showing the image.

When i look at the front-page i dont see the image.
It is also not in the page-source.

Any idea?

Comments

Add <img> to the list of

Add <img> to the list of allowed HTML tags to your default input filter; Drupal strips out all HTML tags that are not allowed by the input filter for security reasons. For testing, you can use the "Full HTML" image filter; but you should allow access to that filter to users in general.

A very nice and highly configurable input filter implementation targeted at Wysiwyg editors is the wysiwyg_filter.

Tnx, It works directly!

Tnx,

It works directly!

nobody click here