2
votes

in my umbraco system when i try to create a content in RichTextbox format list is empty as below picture: empty Formats List

I have searched in google and found this issue on umbraco issue tracker and do its guide line but there was no result. how can I fix this issue?

1
Did you set up a stylesheet like shown here? umbraco.tv/videos/umbraco-v7/implementor/fundamentals/…Jannik Anker
yes i add but still this dropdown menu is empty 8ONavid_pdp11
i try another time this and it fill the dropdown but when i try to use, it never change the style of my content.Navid_pdp11
Did it at least update the HTML? You still have to include the stylesheet in your template for it to work on the frontend.Jannik Anker
no it did not make any difference in any where.Navid_pdp11

1 Answers

3
votes
  1. Login to umbraco backoffice and go to Settings>Stylesheets section and create a rte style sheet with all the css classes in it.
  2. Add a new rte.css class to your umbraco solution's css folder if there isn'T one already and update the css classes according to your values in umbraco backoffice.
  3. Go to Developer>DateTypes and select SimpleRTE and in the Stylesheets section, check rte as your stylesheet.
  4. The in your content page, you will see the formats list as shown below.
  5. Please see screen shots for more details. Hope it helps.

I have created screenshots to explain how you can make it work.