close

【教學】使用Outlook製作個人風格的信箋


使用Outlook發信的朋友, 你也能用Htm編寫自己喜歡的信箋格式唷~
用Htm編寫, 你只要一次設定好整體格式,就不需每次設定背景、字型... , 可說是一勞永逸的好方法。
下圖是我使用Outlook Express製作完成的 Gmail 信箋



製作【三種不同格式的信箋】 :

yotuba02.gif 用記事本編寫HTML代碼 (或複製範本代碼貼上記事本)
綠色字部分: 可視個人喜好修改字體及顏色 ;
紅色字部分: 改成你的背景圖路徑

(一)背景圖案置中
<html>
<head>
<meta "charset=big5">
<style>
body {
font-family:
新細明體 ;(字型)
font-size:
12pt;(字型大小)
color:
#000000 ;(字體顏色)
background-color:
#b8a0d8;(背景顏色)
}
</style>
</head>
<body background="
你的背景圖片的路徑">
</body>
</html>
置中貼碼
 (二)背景圖案靠左
 <html>
<head>
<meta "charset=big5">
<style>
body {
font-family:
新細明體 ;(字型)
font-size:
12pt;(字型大小)
color:
#000000 ;(字體顏色)
margin-top:
105px ;(本文與左方的間隔大小,可視圖片大小更動數字)
background-color:
#b8a0d8;(背景顏色)
background-position: top left ;
background-repeat: repeat-y ;
}
</style>
</head>
<body background="
你的背景圖片的路徑">
</body>
</html>
靠左貼碼
(三)背景圖案靠上

<head>
<meta "charset=big5">
<style>
body {
font-family:
新細明體 ;(字型)
font-size:
12pt;(字型大小)
color:
#000000 ;(字體顏色)
margin-top:
125px ;(本文與上方的間隔大小,可視圖片大小更動數字)
background-color:
#b8a0d8;(背景顏色)
background-position: top left ;
background-repeat: repeat-x ;
}
</style>
</head>
<body background="
你的背景圖片的路徑">
</body>
</html>

靠上貼碼

yotuba02.gif存檔格式: 副檔名(.htm)  ;  編碼 (Unicode)

yotuba02.gif存檔路徑 : C:\Program Files\Common Files\Microsoft Shared\Stationery之下

yotuba02.gif建立郵件 : 按下▼按鈕→選擇信箋便可套用你剛剛存檔的信箋了

 

arrow
arrow
    全站熱搜

    rs5257 發表在 痞客邦 留言(0) 人氣()