This is my first time coding HTML for e-mail. I saw some tutorials to guide me, but I'm having a problem that I don't know how I can fix it. Basically. all my code is inside of <table>
s. At the end of the page, the footer is also a <table>
. But it doesn't matter how I change the CSS values for the position the result is always this inside the email:
The problem is in this code:
<tr>
<table id="footer" border="0" align="center" cellpadding="0" cellspacing="0" width="100%" style="background-color: #fe3a35; opacity: 0.9">
<tr>
<td valign="top" align="center">
<p style="font-family: 'Arial'; font-size: 16px; font-weight: 300; text-align: center; position: relative; left: -163px; top: 35px; line-height: 2px; color: white;">® Someone, somewhere 2013</p>
<p style="font-family: 'Arial'; text-align: center; font-weight: 300;position: relative; left: -132px; top: 25px;ine-height: 2px; color: white;"><a href="" style="font-family: 'Arial'; color: white;">Unsubscribe</a> to this newsletter instantly</p>
<a href="https://twitter.com/realdonaldtrump" target="_blank" style="position: relative; left: 220px; top: -25px;"><img src="https://i.imgur.com/bgssIwP.png" width="30"></a>
<a href="https://www.facebook.com/gustavo.olegario" target="_blank" style="position: relative; left: 220px; top: -25px;"><img src="https://i.imgur.com/JQ19LU9.png" width="30"></a>
</td>
</tr>
</table>
</tr>
What I would like to do, in fact, is to approximatte the letters to the twitter and the facebook links in the middle.