我設法減少blogger.com表的同一行圖像之間的空白空間,但我不能爲我的生活弄清楚如何減少圖像行之間的空白區域。以下是我目前擁有的HTML。有什麼建議麼?HTML:需要幫助減少圖像錶行之間的空白
<table border="0" cellpadding="0" cellspacing="5" style="width: 900px;"> <tbody>
<tr><td valign="top" width="209">
<img src="URL" height="130" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px width="200"/>
...
<img src="URL" height="130" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px width="200"/>
</tbody></table>
編輯答案,因爲我最初只是張貼的網址jsfiddle,但沒有具體的鏈接[http://jsfiddle.net/NM64L/](http://jsfiddle.net/NM64L/) –
不客氣。如果此解決方案適用於您,請單擊左側的灰色複選標記。另外,歡迎來到StackOverflow :) –