ASPX templates
Version 5.x > ASPX templates > CMS Editable Image not displaying properly View modes: 
User avatar
Member
Member
david-packettrap - 1/25/2010 4:31:15 PM
   
CMS Editable Image not displaying properly
I've added a CMSEditableImage object to my ASPX page as follows:

<cc1:CMSEditableImage ID="Image1" runat="server" ShowClearButton="true" BorderColor="#000000" BorderStyle="Solid" BorderWidth="1px" CssClass="editableImage" />

The problem is that the CssClass and border specifications do not show up in the output HTML from the web server. How can I tag an editable image with specific CSS class?

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/26/2010 8:35:22 AM
   
RE:CMS Editable Image not displaying properly
Hello,

The mentioned properties are inherited from ASP.NET controls but not implemented for this control.

You may use the ImageCssClass instead of CssClass and then specify the border styles in this Css class.

Best regards,
Helena Grulichova