我正在使用 WP Visual Bakery 在Wordpress中构建一个网站。我使用他们的RAW HTML元素来创建一个表,但它使用灰色边框线渲染。我该如何删除这些?我尝试过在其他线程中建议的其他修复,但它不起作用。我在这个问题的底部加了一个截图。我确信答案很简单,但我学习这个非常新。非常感谢您的帮助。我使用的代码如下:
<table width="542">
<tbody>
<tr>
<td width="65"><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/01-1.png" alt="One" width="50" height="50" />
</td>
<td width="492"><h2><span style="color: #73b9bb;">NEEDS & GAP
ANALYSIS</span></h2></td>
</tr>
<tr>
<td><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/02.png" alt="02" width="50" height="50" /></td>
<td width="492"><h2><span style="color: #73b9bb;">STRATEGIC
PLANNING</span></h2></td>
</tr>
<tr>
<td><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/03.png" alt="03" width="50" height="50" /></td>
<td width="492"><h2><span style="color: #73b9bb;">TACTICAL
INITIATIVES</span></h2></td>
</tr>
<tr>
<td><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/04.png" alt="04" width="50" height="50" /></td>
<td width="492"><h2><span style="color: #73b9bb;">TECHNOLOGY</span></h2>
</td>
</tr>
<tr>
<td><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/05.png" alt="05" width="50" height="50" /></td>
<td width="492"><h2><span style="color: #73b9bb;">TRAINING &
DEVELOPMENT</span></h2></td>
</tr>
<tr>
<td><img src="http://revenueresolutions.co.za/wp-
content/uploads/2017/11/06.png" alt="06" width="50" height="50" /></td>
<td width="492"><h2><span style="color: #73b9bb;">RESEARCH & FUTURES
THINKING</span></h2></td>
</tr>
</tbody>
</table>
当我添加任何建议的代码时会发生这种情况。