請問要如何修改引言的背景顏色與字體呢?
麻煩各位了,謝謝!!
[問題]請問如何更改引言的背景與字體呢??
版主: 版主管理群
-
messagebox
- 竹貓忠實會員

- 文章: 981
- 註冊時間: 2003-02-24 23:34
開啟檔案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_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寫到"
改配色~改樣式~都可以~
經我在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寫到"
改配色~改樣式~都可以~
要將xxx寫到改變顏色不是改這一段\r
應為這一段\r
代碼: 選擇全部
<!-- 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 -->原本是沒紅色部分的
