I have drupal 6. I got fckeditor up and running ok.

What I'd like to do is to have an option in fckeditor to allow the application of a custom font.

I want fckeditor to have an extra item under either format or style that allows the font to be applied. Can someone point me in the right direction? I've tried modifying all the various .js files and fckstyles.xml in all sorts of ways and now I'm just confused! I'm about to replace all the fckeditor files with the defaults and start again from scratch.

I've added some lines in the theme css file to define "h8", but how to do I add that as an optio in fckeditor?

If I type in ... / then it displays correctly in firefox. It doesn't in IE, so I must need to look at the css more closely.

Also, in IE, when I type /hello world/ in the fckeditor window in source mode, fckeditor changes it to //hello world when I click submit.. very odd.

Comments

ctsrutland’s picture

bugger.. can't edit my message.. let's try this:
if i type <h8>hello world</h8> it works in firefox
when I type <h8>hello world</h8> in source mode in IE.. fck changes it to <h8></h8>hello world

wwalc’s picture

Status: Active » Closed (fixed)

This is not a bug in FCKEditor module, but in FCKeditor itself. Anyway I couldn't reproduce issues with /hello world/
Please report this at http://dev.fckeditor.net and give more details (OS, exact browser version, FCKeditor version (2.6.2?)).
Also remember that <h8> is not a valid HTML element.