I'm back again after looking at this on my own website. I have decided to add some custom styles to the fck_editorarea.css file and then adding these styles to the fck_config.js file under the sections for config.StyleNames = ';Main Header;Blue Title;Centered Title' ; config.StyleValues = ';MainHeader;BlueTitle;CenteredTitle' ;
I think I will next create a custom toolbar set to remove the font and size menus so that users are forced to use the website styles/fonts/sizes.
I would like that feature too. Rather than being limited to Arial OR verdana I would like a list e.g. Verdana, Arial, helvetica, sans-serif - to account for a wider audience. Is it possible? or should we stick to using styles?
I have managed to create my own style sheets for the editor area, you can point the editor to your own style sheets within the config file.
It's not the font list I wanted to customise, it was the 'FontFortmat' drop down list that has - ' normal, formatted, heading 1, heading 2 etc' I would like to shorten the list to list fewer items. But I can't find where theis menu is built or weather it can be customised at all. So close yet so far ;(
RE: How do I edit the 'FontFormat' drop down list
config.StyleValues = ';MainHeader;BlueTitle;CenteredTitle' ;
I think I will next create a custom toolbar set to remove the font and size menus so that users are forced to use the website styles/fonts/sizes.
RE: How do I edit the 'FontFormat' drop down list
RE: How do I edit the 'FontFormat' drop down list
It's not the font list I wanted to customise, it was the 'FontFortmat' drop down list that has - ' normal, formatted, heading 1, heading 2 etc' I would like to shorten the list to list fewer items. But I can't find where theis menu is built or weather it can be customised at all. So close yet so far ;(