如何删除表下面的行

时间:2014-12-08 06:04:25

标签: html css iframe

大家好,请允许任何人帮我删除表底部的下划线。这是我的代码,

<table>
<tbody>

<tr>

<td><iframe src="//player.vimeo.com/video/99496559" width="220" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe><a href="http://vimeo.com/99496559"><b><span style="font-size: small;">Daniel talks about the Austplan model</span></b></a>.</td>
<td><iframe src="//player.vimeo.com/video/99582077" width="220" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe><a href="http://vimeo.com/99582077"><b><span style="font-size: small;">Peace of mind Building Relationships</span></b></a>.</td>
<td><iframe src="//player.vimeo.com/video/99579066" width="220" height="150" frameborder="0" allowfullscreen="allowfullscreen"></iframe><a href="http://vimeo.com/99579066"><b><span style="font-size: small;">Talk About Who Is Daniel Renneberg</span></b></a>.</td>
</tr>
</tbody>
</table>

问题的屏幕截图:http://i.imgur.com/fpESDza.png

1 个答案:

答案 0 :(得分:-1)

如果这是来自您的桌边,那么您可以使用以下方式隐藏边框:

<table border="0">

如果没有,请检查代码中是否包含<hr />标记。