1 頁 (共 1 頁)

[問題] bbcode按鈕問題

發表於 : 2005-03-24 14:55
gogopen
當我加了很多bbcode後,發現buttom的數目越來越多,想問問如何將buttom分平均分做兩行排列... 各位大大請幫忙.. (如URL後的排在第2行)

發表於 : 2005-03-24 19:20
bokie
在 posting_body.tpl 找 (各有加BBCODE,各有不同的)

代碼: 選擇全部

<td><span class="genmed"> 
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 45px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
下面加入即可\r

代碼: 選擇全部

<tr align="center" valign="middle">
[color=red]你要加的按鈕[/color]
</tr>

發表於 : 2005-03-24 20:15
shihchieh
http://phpbb-tw.net/phpbb/viewtopic.php?t=27662

你可以參考看看,並複習一下html的版面編排用的一些語法

發表於 : 2005-03-24 22:14
gogopen
問題已解決...thx... ^^