We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

AlexK on 08/08/06


Tagged

css textmate mail html mac apple signature


Versions (?)


Who likes this?

7 people have marked this snippet as a favorite

pablodgavilan
theMacpenguin
banjomamo
fayans
vali29
pagetoscreen
Xek


Apple Mail Fully Functional HTML Signature


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

  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:yourmail@mailing.com" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">yourmail@mailing.com</a>
  12. </div>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: mmcg_33 on August 20, 2008

This seems to work great when I open Snippet Editor and paste the code in.

Can you tell me how I save the Snippet as a webarchive though?? When I go to the File menu, Save as is not selectable...

thanks M

You need to login to post a comment.