如何在Wordpress中设置表格的边框宽度?

时间:2016-12-28 11:58:32

标签: wordpress html-table border

我发现在Wordpress中无法使用某些属性 以下效果是我在Wordpress中想要的。

enter image description here

在Wordpress中以文本模式进行编辑。

<table border="4" bordercolor="red">
<tbody>
<tr>
<td>test</td>
<td>bash</td>
<td>vim</td>
</tr>
</tbody>
</table>

我发现 border =“4”bordercolor =“red”在发布时无效。
我得到的是:

enter image description here

如何在Wordpress中获得所需的效果?

1 个答案:

答案 0 :(得分:0)

&#13;
&#13;
Dropped
&#13;
.table,tr,td
{
  border:solid 4px red !important;
    
  }
&#13;
&#13;
&#13;