November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi,
you need to define img.right as class name. The only way EPiServer can make out where your class is applicable is by defining which type of element that is affected by the class.
img.something to get the "something" class to appear in image css classes, td.something to get it into table cell properties dropdown.
/Regards
Henrik
Hi,
I'm trying to get css classes to appear in the css dropdown in image properties.
I've used to method in the css file:
.right
{
position:relative;
EditMenuName: Right;
float:right
}
The class appears in the editor's css dropdown, but not the image property.
Any ideas anyone? I'm using Version 5 SP2.
Thanks