Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/76.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 在我的图像链接下有额外的空间。_Html - Fatal编程技术网

Html 在我的图像链接下有额外的空间。

Html 在我的图像链接下有额外的空间。,html,Html,我一直在做一个简单的html登录页,但我似乎无法在页面中间删除我的图像链接造成的空白。有人对此有简单的解决方法吗?多谢各位 以下是该页面的链接: 这是我的HTML: <body marginwidth="0" marginheight="0" bgcolor="#FFFFFF" topmargin="0" leftmargin="0"> <table id="Table_01" height="792" width="814" cellspacing="0" cellpadd

我一直在做一个简单的html登录页,但我似乎无法在页面中间删除我的图像链接造成的空白。有人对此有简单的解决方法吗?多谢各位

以下是该页面的链接:

这是我的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>

只是一个小提示,不要将表格用于布局。img{display:block;}应该会有帮助。