Image properties inside Content block

Permalink 2 users found helpful
How can i edit the properties inside a content block? I can't file the options for editing the image as put the image inline text, margin or padding

 
hutman replied on at Permalink Reply
hutman
Assuming that you are using 5.7 I don't see any way to do this except using the Code View, you can click on the image and select Edit and put the Position Left or Right to float it in the content, but to add margin/padding it seems you have to use the Code View of the block.
2deez replied on at Permalink Best Answer Reply
2deez
What version of C5 are you using?

If it is before 5.7
In edit mode. Select the image or content block you want to apply these changes to.
Instead of selecting Edit, chose Design.
From there chose Spacing.
You can set margin for top, left, bottom and right. Also padding.
Settings here will apply to the image or content.

If you are using 5.7
In edit mode. Select the image or content block you want to apply these changes to.
Instead of selecting Edit, chose Design and Custom Template.
From there chose Margin and Padding. Its the line icon with an arrow pointing left and right.
You can set margin for top, left, bottom and right. Also padding by moving the sliders to desired setting.
Settings here will apply to the image or content.

You could use this code just for an image added to a content block with text.
<img style="float: left; padding: 0px 0px 0px 5px;" src="your image link" alt="" width="80" />

A little crude but it works.
Of course your image size would be different. Only use width. Browsers will grab the rest.
alsastre replied on at Permalink Reply
Ok perfect. I'm using 5.7+ so I will take a look at the code you posted because I want to edit the position of an image inside a content block. Thx for everything
jasteele12 replied on at Permalink Reply
jasteele12
This is definitely a step backwards in 5.7 - this sort of thing makes clients barf :(