2014-12-08 72 views
2

你好,有人可以請幫我刪除我的表底部的下劃線。這裏是我的代碼,問題的如何刪除表底下的線

<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

+2

顯示您的CSS或頁面url – Cattla 2014-12-08 06:10:16

+1

使用'div's而不是表格。 – royhowie 2014-12-08 06:26:43

+0

http://jsfiddle.net/snb5oxmw/ – Cyzanfar 2014-12-08 06:38:42

回答

-1

如果從表中邊境進入,那麼你可以使用隱藏邊框:

<table border="0"> 

如果不是,則檢查是否有任何<hr />標記包含在您的代碼中。