Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question
Hmm... It's certainly a valid property: msdn.microsoft.com/en-us/library/… – rjcup3 Mar 8 at 22:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.