eConnect Email Help Center

Search the Help Center
You are here: Help Center Home > Social Media Integration
I can't get the Facebook Like button to center.
When using the Facebook Like button in your emails, you may want to center, left-justify or right-justify the button depending on the layout. However, there are two recommended ways to accomplish this:

- Use the url only version of Facebook Like (%%facebooklikeemailurl%%) and place in the HTML, using your own image -- giving you complete flexibility.

- Wrap the image in a table so you can align it wherever you would like. An example is below:

<table width="48" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="48">%%facebooklikeemail%%</td>
</tr>
</table> 

Continue