html - 如何删除表格下方的线

标签 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

最佳答案

如果这来自您的表格边框,那么您可以使用以下方法隐藏边框:

<table border="0">

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

关于html - 如何删除表格下方的线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27352278/

相关文章:

jquery - 导航栏不显示

css - 奇怪的行为 - body 宽度改变,div 变得不透明

javascript - 导致移动设备水平滚动的 Facebook Like 按钮

javascript - 如何使用可以输入控制台的内容更改此列表的顺序?

javascript - 使用新文本更新占位符文本 onClick/onFocus

javascript - 对机器人隐藏一段代码

html - Bootstrap margin - 断行

html - 通用 CSS 类是错误的吗?

internet-explorer - 在 Internet Explorer 上的 iFrame 中访问域 Cookie

html - 在IOS中, Bootstrap 模式中的iframe无法滚动