I am using Umbraco 7 CMS to set up a website. Within the pages, I have several RichText Editors that I would like to customise to accept tags (namely the abbr tag).
I googled this, and came across the following instructions;
Editing the tinyMceConfig file to accept new commands, namely umbracoAlias acronym and abbr.
Editing the CDATA to accept new information in the ValidElements section of tinyMceConfig file.
Editing the web.Config in order to force Umbraco to reload.
Selected the new fields (they are visible now in Umbraco when they weren't before) acronym and abbr in the RTE section of the Developer tag. The site now said I should see 2 checkboxes appear on the RTE in order to create inline styles when typing in the RTE.
Reloaded nodes, republished site, logged in and out of Umbraco numerous times but they do not show on the RTE.
Any ideas as to how I can try to fix this? It's really annoying! Thanks a lot.