/ Published in: HTML
Save this snippet via Safari as webarchive and replace an already created signature with this webarchive. Signatures are stored under ~/Library/Mail/Signatures
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div id="sig" style=" line-height: 13px; margin: 6px 0; padding: 8px; border-top: 1px #999999 dotted; border-bottom: 1px #999999 dotted; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #336c99;"> <div style="float: right; padding: 2px 6px 0 0px;"> Company Name<br /> Company Address<br /> Postal Code and City<br /> Phone Number</div> <img src="http://www.babylondreams.de/me.png" alt="me" style="float: left; padding: 2px 6px 0 0; height: 50px;" /> Greeting words<br /> contact | <a href="mailto:[email protected]" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">[email protected]</a> </div>