The formats dropdown in the editor doesn't automatically populate from the stylesheet associated with the rich text editor.
For each style you want to make available in the dropdown you need to add a stylesheet property - locate the associated editor stylesheet in the stylesheets section, right click and create - give your new style property a name (to view in the dropdown) and an alias, the css syntax to apply, these style rule options are then the items that appear in the style dropdown in the rich text editor. If that makes sense ?
(You may need an app pool refresh for the options to appear, depending on umbraco version)
TinyMCE3: How to add styles to the editor?
How to add styles to the editor? I associated my css website file into TiniMCE datatype, but don't read any info from css. Thx
Hi Biagio
The formats dropdown in the editor doesn't automatically populate from the stylesheet associated with the rich text editor.
For each style you want to make available in the dropdown you need to add a stylesheet property - locate the associated editor stylesheet in the stylesheets section, right click and create - give your new style property a name (to view in the dropdown) and an alias, the css syntax to apply, these style rule options are then the items that appear in the style dropdown in the rich text editor. If that makes sense ?
(You may need an app pool refresh for the options to appear, depending on umbraco version)
Hi Biagio,
Try to have a look on this video on how to add styles to the editor.
http://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/stylesheets-and-javascript/setting-up-rte-styles/
Hope this helps,
/Dennis
is working on a reply...