[問題] 在文章內使用table 語法, 文章大亂, 請幫忙
發表於 : 2003-02-27 17:43
對不起!!! 偶的問題沒有人回覆, 不知道是不是沒有看到, 偶又再發了一次.
偶要在文章內畫表格, 有參考站內的教學, 設定如下:
phpBB版本:2.0.4
偶有將 基本組態 的
加入\r
當偶試著發表文章, 內容如下:
[php]
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
</table>
[/php]
結果在瀏覽這篇文章的時候, 整個版面就變形了.
偶要在文章內畫表格, 有參考站內的教學, 設定如下:
phpBB版本:2.0.4
偶有將 基本組態 的
代碼: 選擇全部
允許使用的 HTML 標籤 以逗點區隔 HTML 標籤
代碼: 選擇全部
p,b,i,u,pre,font color,iframe,font size,a,img,br,td,tr,table
[php]
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
</table>
[/php]
結果在瀏覽這篇文章的時候, 整個版面就變形了.