Image alignment in the TinyMCE editor

If you have an issues with image alignment in the email body, please add an image with alignment “none” and use following snips in the “Text” mode of the TinyMCE editor:

Image aligned to left

<div style="text-align: left;">
    <img src="..." />
</div>

Image aligned by center

<div style="text-align: center;">
    <img src="..." />
</div>

Image aligned to rigth

<div style="text-align: rigth;">
    <img src="..." />
</div>
NB! Please, be careful with adding of the images from the WordPress Media Gallery. Images will be added as direct URL to your server in the email body.

Please, leave a feedback about the page. Was this article helpful?

0 0