I'm using drupal 6, some wysiwyg editor with imce, but eventhough it appears in the text area, when you save it, the picture seems to be disabled, what seems to be wrong? Do I have to enable something?

Comments

input format

Make sure your input format is set to "Full HTML".

I did

I did set to full html, but it either doesn't appear, or it just shows the link, by the way I'm using xampp, localhost, will this affect anything?

I did tried uploading it in the past, and it also is the same in the net.

do i have to enable something

do i have to enable something in the code?

Also, a funny thing,

Also, a funny thing, eventhough the body text area doesn't work, it does appear to work when you insert image into sidebars

I'm using Wysiwyg API, could

I'm using Wysiwyg API, could it be the bug of the wysiwyg editor?

Strange, when I use YUI, the

Strange, when I use YUI, the image appears correctly, all other wysiwyg editors don't display image correctly, is it really the editors or did I miss something?

http://drupal.org/project/fil

Thanks

Thanks

inserting images with wysiwyg editor

@ultrajet

The reason it might dissapear, when you save it, is because you haven't allowed the < img> tag in the allowed HTML tags.

Step 1:
Try going to "administer" -> "site configuration" -> "input formats"

Step2:
Next to the "Filtered HTML" click the "configure" button.

Step3:
When you have clicked the "configure" button, you get into a page. At the top, you have 3 choices - "edit" , "configure" , "rearrange"

Click the "configure" button.

Step4:
Scroll down, until you find where it says: "HTML FILTER"

This is where you specify which HTML tags are allowed to be shown.

I don't know if this solves your problem, but it might be what is missing.

All you have to do is add the < img> tag, and then it should work.

Remember to have a space between your tags, when you had them. such as: < img> < strike> < em> etc.

// note that I have added a space in my tags, as they would dissapear in this comment, if I didn't. You should ofcourse not ad a space after the < tag

TDI

nobody click here