Design and CSS styles
Version 3.x > Design and CSS styles > Custom Styles in HTMLEditor won't work after update View modes: 
User avatar
Member
Member
jutta.kavalier-demetec - 9/4/2008 9:50:01 AM
   
Custom Styles in HTMLEditor won't work after update
After updating from version 3.0 to 3.1 we've got problems with custom styles in FCKEditor (described here http://www.kentico.com/docs/devguide/defining_styles.htm).

Custom styles based on a paragraph "p" won't work anymore:
<Style name="Highlight" element="p">
<Attribute name="class" value="highlighting" />
</Style>

But a custom style based on "span" is working well:
<Style name="Colored" element="span">
<Attribute name="class" value="getcolor" />
</Style>

Could anybody help?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 9/8/2008 9:18:29 AM
   
RE:Custom Styles in HTMLEditor won't work after update
Hi,

Unfortunately I was not able to reproduce this issue. I have tried it on an upgraded and also on a fresh instance of Kentico CMS and it is working fine. I have also checked the ASPX and portal engine templates.

Could you please confirm that you have followed the upgrade instructions?
Moreover, could you please try to clear the cache of the browser and also restart the application? Maybe there is something wrong in the cache.

Best Regards,
Juraj Ondrus