Image in content block with CSS class?
PermalinkCan someone tell me, if it's possible to put an image in a content block, and attach a specific CSS style to it?
I can't find anywhere to put in the css class or similar?
Thank you,
Jesper :)

I did notice that you can apply a css id to an image within a content block, but not a class? ??? I would think a class would be used in a far greater majority of cases than an id.
1. Create a css file called typography.css. It should be located in the root directory ("folder") of your theme.
2. Define the classes you want to be able to apply to anything you include in a content block. When you do, these classes will appear in the "Styles" drop-down box in the TinyMCE content editor.
3. Apply your custom styles by selecting the "thingy" you want to apply the style to, then choosing it from the Styles list in the content editor.
Is there some trick to getting this to work?
Thanks,
Wow, what a gem of a tip.