- <html>
- <head>
- <title>mintank</title>
- </head>
- <body>
- <div>
- <p> <span style="font-size:12.0pt;font-family:Arial;color:black; font-weight:bold;">Thank you and Best regards,</span></p>
- <p> <span style="font-size:10.0pt;font-family:Arial;color:#009660; font-weight:bold;">mintank</span><span style="font-size:10.0pt;font-family:Arial;color:black; font-weight:bold;">|Information Technology, IT Department|</span>
- <span style="font-size:10.0pt;font-family:Arial;color:#666600">XXXXX</span></p>//company name
- <p> <span style="font-size:10.0pt;font-family:Arial;color:#666600">xxxxx, Sichuan, China</span></p>/address
- <p> <span style="font-family:'Wingdings 2'; font-size:12pt;">'</span> /here show an icon like phone,显示一个像电话一样的图标。
- <span style="font-size:10.0pt;font-family:Arial"> xxxxx|</span>phone number
- <span style="font-family: Wingdings; font-size:12pt;">*</span>here show an icon like mail.显示一个像一封信的图标。
- <span style="font-size:10.0pt;font-family:Arial"> mintank@xxx.com </span></p>///email
- <p> <span style="font-size:10.0pt;font-style:italic;font-family:Arial;color:green">Please consider the environment - do you really need to print this email? </span>
- <span style="font-size:18.0pt; font-family:Webdings;color:green; ">P</span></p> //here show an icon to remind you to protect the environment .显示一个图标提醒你保护环境
- <p> <span style="font-family:Arial;"></span></p> 这一行存在的原因是:在这个签名后邮箱会自动加一行,去提示你注意打印时的请款。
- 但是,上一行是一Webdings来解析所有代码的,若没有这一行,邮箱添加的内容也会被用Webdings来解析。你发出的邮件就会有乱码。
- </div>
- </body>
- </html>
注意: 在使用Wingdings 2和Wingdings 3时,要用引号,不然会被解析成Wingdings,从而显示的图标也就不一样了。wingdings,wingdings 2,wingdings 3,webdings的用法:怎样看到想要的图标:1.百度+google2.word文件中,insert--symbol--font中选择,可以看见图标和他对应的值。在HTML中使用:1.查出图标对应的值,十进制或十六进制。2.查出ASCII码表中对应的值所代表的字符,在HTML中使用这个字符,只要字体font-family 设置正确,就应该能达到效果。