To center the image you can add a style attribute around the embed code like this: <p style="text-align:center;"><Embed Code></p>
or
You can also use <center><embed code></center> center tags.
MailChimp Users:
If you followed the instructions in our article here: How do I add a Countdown Timer to MailChimp? and your code looks like this:
<div class="mcnImage">
<img src="http://embedcode" alt="motionmailapp.com" style="width:100%; height:auto;" />
</div>
You can just add the bolded center tags around the code.
<div class="mcnImage">
<center>
<img src="http://embedcode" alt="motionmailapp.com" style="width:100%; height:auto;" />
</center>
</div>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article