【发布时间】:2017-05-12 17:07:49
【问题描述】:
我发现有些属性不能在 Wordpress 中使用。
下面的效果是我在Wordpress中想要的。
在 Wordpress 中以文本模式进行编辑。
<table border="4" bordercolor="red">
<tbody>
<tr>
<td>test</td>
<td>bash</td>
<td>vim</td>
</tr>
</tbody>
</table>
我发现 border="4" bordercolor="red" 无法在何时发布。
我得到的是:
如何在我的 Wordpress 中获得想要的效果?
【问题讨论】:
标签: wordpress html-table border