Using DNN 7, the h4 - h6 tags don't appear in the HTML editor's drop down. They are specified in all of the style sheets - default.css, skin.css, etc.
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;}
Is there a trick to make them appear in the drop down?
Thanks