Sign in with
Sign up | Sign in
Your question

HTML code for email signature

Tags:
  • HTML
  • Email
  • Business Computing
Last response: in Business Computing
Share
July 16, 2013 2:07:32 AM

Hi I am having issues trying to create a html email signature as simple as possible. I created a table to order and keep the design but I am at a loss as to how best to keep my top middle image in the background while still being able to have text on top of it. Can anyone help? I am happy post code if need be...
Matt

More about : html code email signature

July 16, 2013 3:31:09 AM

Set the image as the background for a table or div. If you post the code I can make some more specific suggestions.
m
0
l
July 22, 2013 1:19:24 AM

Hi loosescrews, sorry it took a few days to reply.

<style>
.ExternalClass * {line-height: 100%}
</style>
<table width="599" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.************.com.au/files/Email%20signatures/email-signature_01.png" width="176" height="107"></td>
<td width="291" bgcolor="#ECECEC" style="padding-right:8px; border:0px solid ecdece;font-size:11px; font-weight:normal; padding-left:38px; line-height:1px; font-family:Helvetica,Arial,Trebuchet MS,Sans Serif; color:#B5182F"><p><span style="color:#1c7bc3; font-size:13px; font-weight: bold;">Matthew Johnston</span>
<span style="color:#3e3e3e;"> <em> Sales Rep</em></span> </p>
<p><strong>E:</strong><a style="color: #3e2105; text-decoration:none;" href="mailto:matt@************.com.au"> matt@************.com.au</a></p>
<p><strong>M:</strong> <a style="color: #3e2105;text-decoration:none;" href="callto:************" target="_blank" >************</a></p>
<p><strong>W:</strong><a style="color: #3e2105;text-decoration:none;" href="http://www.************.com.au" target="_blank" > www.************.com.au</a></p>
<p><strong>S:</strong> <a style="color: #3e2105;text-decoration:none;" href="https://twitter.com/************" target="_blank" >Twitter</a> |
<a style="color: #3e2105;text-decoration:none;" href="https://www.facebook.com/************" target="_blank" > Facebook</a></p>
</td>
<td><img src=" http://www.************.com.au/files/Email%20signatures/email-signature_03.png" width="132" height="107"></td>
</tr>
<tr>
<td><img src=" http://www.************.com.au/files/Email%20signatures/email-signature_04.png" width="176" height="35"></td>
<td><img src=" http://www.************.com.au/files/Email%20signatures/email-signature_05.png" width="291" height="35"></td>
<td><a href="http://************.com.au/site/Current_Offers.html" target="_blank"><img src=" http://www.************.com.au/files/Email signatures/email-signature_06.png" alt="Click here for latest offers" width="132" height="35"></a></td>
</tr>
</table>

Any ideas you have would be greatly appreciated
Thanks
Matt
m
0
l
!