When I open my edit screen, the html shows just fine. I see the editor, I can enter the information, use the FCKeditor to insert all types of html.

I can enter this and it shows up fine on the edit screen.

 

but when i look at my screen after i hit submit, I don't see the nice html. instead I see the following:

<ul> <li>how are <a href="http://activelyout.com">you doing</a></li> <li><em>me too</em></li> <li>i am <strong>doing well</strong></li> </ul><p>&nbsp;</p>

i have the following enabled as part of the filter

Allowed HTML tags:

 <del> <blockquote> <q> <sub> <p> <br> <ul> <ol> <li> <dl> <dt> <dd> <a> <b> <u> <i> <sup>

I instaled drupal fckeditor and then went to FCKeditor website to download the version. the

Any thoughts?

Chris

Comments

socialnicheguru’s picture

I works for me now:

I was using CCK text fields. When you create it, you are given two options: Plain text, and Filtered. Choose filtered.

I thought that the admin >input format would determine the format of all text fields on the site given a row regardless of how I defined them.

In fact defiining the input format per CCK text fields shows the maximum capability of that text field. People have the option of adding text in a particular format depending on the roles per input format.

Chris

socialnicheguru’s picture

Status: Active » Closed (fixed)

See fix above.

bobby endarr ramdin’s picture

Nice one Chris :) "filtered"