image not showing with FCKeditor

yourwebsolutions - May 11, 2009 - 19:57

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?

Add <img> to the list of

marquardt - May 11, 2009 - 20:22

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!

yourwebsolutions - May 11, 2009 - 20:33

Tnx,

It works directly!

 
 

Drupal is a registered trademark of Dries Buytaert.