FCKeditor WYSIWYG Editor

I installed the FCKeditor module today. FCKeditor is a what you see is what you get (WYSIWYG) editor. TinyMCE is another very popular editor. I've had mixed success with that one in the past. After seeing a real good review of the different editor options I decided to give FCK a go on this site.

It's very important that you follow the directions in the Read Me file very closely when installing any rich text editor for Drupal. For example, unlike most Drupal modules both TinyMCE and FCK require a download from a third party website. Also be aware that WYSYWYG editors can sometimes play havoc with media (like YouTube videos) that you try to embed in posts.

Bookmark and Share Bookmark Post

Comments

I really don't like what FCK does with the paragraph tags, so I looked for and found a post that told me to change something in the config...

FCKConfig.EnterMode = 'br' ;
FCKConfig.ShiftEnterMode = 'p' ;

in

fckconfig.js

But it doesn't seem to work...

Any ideas?

There are definitely some quirks that you need to deal with when using either TinyMCE or FCK. So far I've just been using FCK out of the box without any modifications. So I'm sorry to say that I don't have any answers on this particular issue.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <span> <img>
  • Lines and paragraphs break automatically.
  • Images can be added to this post.

More information about formatting options