2007-7-8 01:31
扎肉瘦腿
日期位有框框框住,可放底圖
日期位有框框框住,可放底圖
[code]<!-- begin code provided by createblog.com -->
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family: impact;
text-transform:uppercase;
font-size:23px;
line-height:30px;
font-weight:normal;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#000000;
color:white;
letter-spacing:1px;
text-align: center;
background-image: url(網址);
}
</style>
<!-- end code provided by createblog.com -->
[/code]
改變每篇日記頂日期 字體 字型大小 文字顏色
紅色是字體 紫色是字型大小 藍色是 字顏色
font-family: Verdana; font-size: 10px; color: red
貼到 Header >> Input your own Header HTML
[code]<style>
.blogheader{font-family: Verdana; font-size: 10px; color: red;}
</style>[/code]
[[i] 本帖最後由 扎肉瘦腿 於 2007-7-8 01:38 編輯 [/i]]