Hi! Guys,

Need a little support from you again. =)

I want to know if there's any way that the FCKeditor toolbar would appear in the "Title" field? I was having issues on superscripting the registered trademark ®. Whenever I tried to add " ® ", its HTML code also appears in the Title.

ex. Title One (sup) ® (/ sup)

Note: the parenthesis in the (sup) code is intentional so it will not use the Drupal formatting.

Or, if there's no way that I can do that, can anyone give me a solution for this?

Thanks a lot in advance.

Comments

Jorrit’s picture

Status: Active » Closed (fixed)

The title field is not meant to contain HTML, so FCKeditor is not going to be made suitable for it. It would be difficult, as the field is a textfield, not a textarea. You might be able to create a small module that modifies the form to change the title field into a textarea.

lizac’s picture

I see thanks Jorrit for this valuable info. =)