Good morning,
I have a question about a RichTextEditor in Sharepoint. I created a own css class and set it with the PrefixStyleSheet so that i will see in my RTE my Formats and Styles.
Now i would to set a style as default, for example my h1 class.
How can i set it?
<PublishingWebControls:RichHtmlField id="RichtHtmlField" PrefixStyleSheet="MyEditor" FieldName="PublishingPageTitle" runat="server" AllowFonts="false" AllowExternalUrls="false" AllowHeadings="true" AllowHtmlSourceEditing="true" AllowHyperlinks="false" AllowImages="true" AllowLists="false" AllowTables="false" AllowTextMarkup="true"/>
best