我图像链接下方的额外空间。

时间:2014-01-10 21:42:57

标签: html

我一直在处理一个简单的html登陆页面,我似乎无法删除我的图像链接导致的页面中间的白色间距。有人有一个简单的解决方案吗?谢谢。

以下是该页面的链接: https://www.facebook.com/RevivalCabs/app_190322544333196

这是我的HTML:

<body marginwidth="0" marginheight="0" bgcolor="#FFFFFF" topmargin="0" leftmargin="0">
<table id="Table_01" height="792" width="814" cellspacing="0" cellpadding="0" border="0" valign="top">
<tbody>
  <tr>
    <td valign="top" colspan="8">
       <img height="369" width="814" border="0" alt="" src="http://i212.photobucket.com    /albums/cc139/takeonecar/Kolossal_MGMT_TOP.jpg">
    </td>
  </tr>
  <tr>
    <td valign="top">
       <img height="35" width="84" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID1F.jpg">
    </td>
   <td valign="top">
    <a target="blank" href="https://www.facebook.com/counttofour" >
    <img height="35" width="85" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID2.jpg">
     </a>
   </td>
   <td valign="top">
    <a target="blank" href="https://twitter.com/CountToFour">
   <img height="35" width="85" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID3F.jpg">
    </a>
   </td>
   <td valign="top">
    <a target="blank" href="https://www.facebook.com/counttofour">
<img height="35" width="127" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID4.jpg">
    </a>
   </td>
   <td valign="top">
    <img height="35" width="90" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID5F.jpg">
   </td>
   <td valign="top">
    <a target="blank" href="https://www.facebook.com/BATTLEGHOST">
<img height="35" width="87" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID6.jpg">
    </a>
   </td>
   <td valign="top">
    <a target="blank" href="https://twitter.com/BATTLEGHOSTRVA">
     <img height="35" width="86" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID7.jpg">
    </a>
   </td>
   <td valign="top">
    <a target="blank" href="https://www.facebook.com/counttofour">
     <img height="35" width="170" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_MID8.jpg">
    </a>
   </td>
  </tr>
  <tr>
    <td valign="top" colspan="8">
      <div style="height:100%;">
  <img height="388" width="814" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_BOTF.jpg"></div>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="8">
      <img height="12" width="814" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_FOOT.jpg">
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="8">
      <img height="12" width="814" border="0" alt="" src="http://i212.photobucket.com/albums/cc139/takeonecar/Kolossal_MGMT_FOOT.jpg">
    </td>
  </tr>
  </tbody>
  </table>
 </body>

0 个答案:

没有答案