Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2009 at 16:17 UTC
Updated:
2 Dec 2009 at 19:10 UTC
I can't find how to add a heading button for ANY of the editors?
This is simply something that will turn highlighted text into h1, h2, h3, and so on.
Currently, I'm using FCKEditor. How do I add this?
Comments
Comment #1
twodIn TinyMCE and FCKeditor it's called HTML block format.
H1 is disabled by default since most themes only use it for node titles. You can add it using the 'Block formats' setting under CSS. Note that few editor implementations actually support that option, so don't be surprised if the list doesn't change in some editors.
Comment #2
twodComment #3
g10tto commentedgotcha. thanks!