H4, H5, H6 Tags don't appear in HTML editor
Last Post 02/12/2013 11:03 AM by KMI. 1 Replies.
Author Messages Not Resolved
KMI
Nuke Newbie
Nuke Newbie
Posts:4


--
02/12/2013 10:55 AM
    I don't understand how to add the H4 - H6 tags to the editor's drop down. They are specified in all of the style sheets - default.css, skin.css, etc.

    I don't see a setting in the editor's configuration.

    How do I add them?

    Thanks.
    KMI
    Nuke Newbie
    Nuke Newbie
    Posts:4


    --
    02/12/2013 11:03 AM
    These are the tags we're using:

    h4{font-size:20px;line-height:1.5em;color:#333333;font-weight:normal;font-family:Georgia, Garamond, Times, serif; text-align: center; padding:20px;}


    h5{font-size:18px;line-height:1.5em;color:#333333;font-weight:bold;font-family:Arial, Tahoma, Helvetica, Verdana, sans-serif;}


    h6{font-size:14px;line-height:1.5em;color:#333333;font-weight:bold;font-family:Arial, Tahoma, Helvetica, Verdana, sans-serif;}





    ---