When you are creating a Campaign, you may be inclined to use image blocks. Image blocks allow you to insert an image into your Campaign.
Once your image has been inserted, you may want to adjust the alignment, especially if the image width is less than the width of the block.
To adjust the alignment of an image block, you will need to edit the HTML.
To centre align an image block you will need to hover over the image block and select the "Edit HTML" option:
To only edit the HTML for a specific block, use the "Down a Level" button to gain closer control of the block and then click "Edit HTML". This will make it easier to find the bit of code you need to amend. |
Once in the HTML you will see code that looks like so:
You will need to add the following attribute after "<div" to centre align the image:
align="center"
You can also use:
align="middle"
Once the attribute has been added, click "Update" - your image should now be centred:
You will need to repeat this process for each image until they all appear to be centred:
You also have the option to right or left align images by using the attributes below:
- align="right"
- align="left"
Should you run into any issues, please feel free to contact Helpdesk@concep.com who will be happy to assist you.
Comments
0 comments
Please sign in to leave a comment.