Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-2.1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2008 at 06:41 UTC
Updated:
25 Aug 2009 at 15:37 UTC
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> </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
Comment #1
socialnicheguru commentedI 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
Comment #2
socialnicheguru commentedSee fix above.
Comment #3
bobby endarr ramdin commentedNice one Chris :) "filtered"