[問題]請問如何更改引言的背景與字體呢??
發表於 : 2004-04-10 11:55
請問要如何修改引言的背景顏色與字體呢?
麻煩各位了,謝謝!!
麻煩各位了,謝謝!!
經我在2.06測試後後messagebox 寫:開啟檔案bbcode.tpl
--尋找--
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_open -->
--尋找--
<!-- BEGIN quote_close --></td>
</tr>
</table>
<span class="postbody"><!-- END quote_close -->
quote_open 到 quote_close 會插入引言內容~~~
{L_QUOTE}就是"XXX寫到"
改配色~改樣式~都可以~
代碼: 選擇全部
<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<td><span class="genmed"><b>[color=red]<font color="#089200">[/color]{USERNAME}[color=red]</font>[/color] {L_WROTE}:</b></span></td>
</tr>
<tr>
<td class="quote"><!-- END quote_username_open -->