i'm a newb to umbraco, in the company were i work we had someone to build a web site with umbraco.
now i would like to make some chnages, like i added to the rich text editor the font size and color options but when i click save & publish it returns to the original design.
how can i make a "free page" that will allow me to make changes?
I could be that it is tinyMce that is removing the styles. You could take a look at the /config/tinyMceConfig.config file, which contains the "allowed" attributes and elements for the RTE datatype. Another option would be to turn off Tidy in the /config/umbracoSettings.config file by setting <TidyEditorContent>True</TidyEditorContent> to False.
how to create a document without stylesheet?
hi all
i'm a newb to umbraco, in the company were i work we had someone to build a web site with umbraco.
now i would like to make some chnages, like i added to the rich text editor the font size and color options but when i click save & publish it returns to the original design.
how can i make a "free page" that will allow me to make changes?
10x
liran
Hi.
I could be that it is tinyMce that is removing the styles. You could take a look at the /config/tinyMceConfig.config file, which contains the "allowed" attributes and elements for the RTE datatype. Another option would be to turn off Tidy in the /config/umbracoSettings.config file by setting <TidyEditorContent>True</TidyEditorContent> to False.
10x alot
it worked.
is working on a reply...