Im building some page layouts in SharePoint Designer 2010. If i do this:
<PublishingWebCOntrols:RichImageField
FieldName="Image Caption"
runat="server"
CssClass="imageCaption" />
The CSS class is not added when the page is rendered. I see the same when I use SharePointWebControls:FieldValue as well, but that is a little more expected as it render the value without tags. Any help?