半透明的框框
半透明的框框
基本設定 -> 選用自訂框框 -> 再打以下CODE copy 到自訂框框內容中..
<center>
<table style="FILTER: Alpha(opacity=50)" cellSpacing="1" cellPadding="5" width="450" bgColor="#ffb3e6" border="0">
<tr><td>$mood $weather $date $time</td></tr>
<tr>
<th bgColor="#ffb3e6" align=center><P>$topic</th></tr>
<tr><td valign=top>$body</td></tr>
</table>
</center>
|