Apple Mail Fully Functional HTML Signature


/ Published in: HTML
Save to your folder(s)

Save this snippet via Safari as webarchive and replace an already created signature with this webarchive. Signatures are stored under ~/Library/Mail/Signatures


Copy this code and paste it in your HTML
  1. <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;">
  2. <div style="float: right; padding: 2px 6px 0 0px;">
  3. Company Name<br />
  4. Company Address<br />
  5. Postal Code and City<br />
  6. Phone Number</div>
  7. <img src="http://www.babylondreams.de/me.png" alt="me" style="float: left; padding: 2px 6px 0 0; height: 50px;" />
  8. Greeting words<br />
  9. <strong style="color: #336c99;">Alexander Kucera</strong>:<br />
  10. VFX Supervisor at <a href="http://www.f-film.com" title="visit F-Film.com" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">Fridthjof Film</a><br />
  11. contact | <a href="mailto:[email protected]" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">[email protected]</a>
  12. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.