I have tried to setup an local installation of Umbraco version 7 and 7.0.1 and I can reproduce the issue that you are describing, so I think this is a bug, in the new version. I have used heading tags in TinyMCE ealier version before. And I set it up by follow this guide
I found the cause.
The correct way in Umbraco 7 is to create a child stylesheet in one assigned to the richedit. I don't know the previous version, but at least this is the right procedure now.
example:
ie7
ie8
style
richedit
h1
h2
I'll remove a report in the issue tracker and try to contribute to the Umbraco document.
How to write heading tags in TinyMCE?
I tried to write headings such as h1 or h2 and found this post.
http://our.umbraco.org/forum/using/ui-questions/5272-How-do-I-create-heading-tags-on-the-rich-text-editor
I followed the procedure, but the popup from the "Fromats" button in TinyMCE is empty. The Umbraco version is 7.0.1. Does anyone know a solution?
By the way I think heading tags are needed in many cases, so I think it's very good that they can be written in the default settings.
Hi Sen,
I have tried to setup an local installation of Umbraco version 7 and 7.0.1 and I can reproduce the issue that you are describing, so I think this is a bug, in the new version. I have used heading tags in TinyMCE ealier version before. And I set it up by follow this guide
http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-%28tinymce%29/add-styles-to-the-drop-down-menu-for-editors-to-use
So I think that you found a bug, therefore I think that you should create an issue in the issue tracker.
/Dennis
Thanks for your confirmation! I opened the issue in the bug tracker.
I found the cause. The correct way in Umbraco 7 is to create a child stylesheet in one assigned to the richedit. I don't know the previous version, but at least this is the right procedure now.
example:
ie7
ie8
style
richedit
h1
h2
I'll remove a report in the issue tracker and try to contribute to the Umbraco document.
is working on a reply...