Best Prctice for CSS Styles / Styling in RadEditor (5.0 SE)
I guess 99.9 of all users would love to have the RadEditor to be realy WYSIWYG.
This means I have to somehow use my theme css to be used inside the RadEditor.
I guess there are two ways to do this at the moment
There was an post www.sitefinity.com/.../customizing_sitefinity_4_controls_with_the_viewmap.aspx but I think that 5.0 gives us other resources to to this.
I tried the following
a) created my /css/rad_editor_styles.css with same styles as in my thme
b) Admin - Settings - Advanced - Appearance - Set the string to my rad_editor_styles.css (css styles_01.png)
c) cleard cache (did not restart app) and the styles were NOT applied
I tried the following then.
a) Settings - Basic - Text Editor - Edit default Tool set
b) Added </tools>
<paragraphs>
<paragraph name="Normal" value="<p>" />
<paragraph name="<H1>Überschrift 1</H1>" value='<H1 class="h1">' />
<paragraph name="<H2>Überschrift 2</H1>" value='<H2 class="h2">' />
<paragraph name="<H3>Überschrift 3</H3>" value='<H3 class="h3">' />
<paragraph name="<H4>Überschrift 4</H4>" value='<H4 class="h4">' />
<paragraph name="<H4>Überschrift 5</H4>" value='<H4 class="h5">' />
</paragraphs>
<cssFiles>
<item name="~/css/rad_editor_styles.css" />
</cssFiles>
</root>
c) cleard cache (did not restart app) and the styles were NOT applied
-------------
Question is. What am I doing wrong.
What is the best pracitce - dont want to start mapping templates in every project.
Markus
body background-color: #fff !important; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #444; margin-top:0px;h1,.h1 margin-top: -5px; /* color: #105cb6; */ color:#f00; font-size: 22px !important;h2,.h2 color: #be8104; font-size: 16px !important;h3,.h3 color: #be8104; font-size: 14px !important;h4,.h4 color: #be8104; font-size: 12px !important;h5,.h5 color: #be8104; font-size: 10px !important;a color:black; font-weight:bold; text-decoration: none;a:hover text-decoration: underline;a imgborder:0;A day later it seems to have picked up the editor styles.
But the Heading do not use the styles yet
Markus
Restarting the IIS is the key.