[求教]bbcode按鈕的對齊問題
發表於 : 2003-11-30 17:56
如圖

請問要如何才能將紅色的php按鈕縮回藍色線內,它太突出了!

請問要如何才能將紅色的php按鈕縮回藍色線內,它太突出了!

沒錯!我之前也是在找!...找超久才發現\rStickyKid 寫:改一下posting_body.tpl
table的部分
代碼: 選擇全部
<td colspan="10"> <span class="gensmall">
<input type="text" name="helpbox" size="45" maxlength="100" style="width:[color=red]450px[/color]; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
</span></td>
</tr>
<tr>
<td colspan="10"><span class="gen">
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:[color=red]450px[/color]" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>代碼: 選擇全部
<td colspan="10"> <span class="gensmall">
<input type="text" name="helpbox" size="45" maxlength="100" style="width:[color=red]500px[/color]; font-size:10px" class="helpline" value="{L_STYLES_TIP}" />
</span></td>
</tr>
<tr>
<td colspan="10"><span class="gen">
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:[color=red]500px[/color]" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>
</span></td>代碼: 選擇全部
<td colspan="[b][color=red]9[/color][/b]">代碼: 選擇全部
<td colspan="[b][color=red]10[/color][/b]">