2013-04-17 6 views
-1

J'ai une table de logos cliquables Whitin ma table de corps sur mon site et pour une raison quelconque il y a un espace vide avant que la table est affichée. cela peut être un problème avec mon code mais voici la page en question. (Inclut ont été utilisés, mais je les collais tous ensemble pour le rendre plus clair)espace vide au hasard dans ma page html layout

Quelqu'un peut-il voir ce qui est la cause?

<html> 
<head> 
    <link rel="shortcut icon" href="favicon.ico"> 
    <link rel="stylesheet" type="text/css" href="stylesheet.css" /> 
</head> 
    <body id="page" style="background-attachment: fixed; background-repeat: no-repeat;" background="pictures/shopshelves.JPG"> 

     <table align="center"> 
      <div id="header"> 
      <tr> 
       <td colspan="2" width="950" height="150"></h1></td> 
      </tr> 
      </div> 
      <tr> 
       <td colspan="1" width="950" height="217"> 
       <div style='position:center'><img src='pictures/logo.bmp'></div> 
       </td> 
      </tr> 
      <div id="navigation"> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/index.php">Home</a> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/LoginPage.php">Members</a> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/lists.php">My Lists</a> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/offers.php">Current Special Offers</a> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/clubcards.php">My Clubcards</a> 
        <a href="http://danu2.it.nuigalway.ie/ShoppingHelper/popular.php">My Popular Items</a> 
      </div> 
      <table align="center" border= "5px"> 
      <td width="950 bgcolor="white" align="center"> 
      <div id="content"> 


      <b>Here are some links to the special offers in some of the major supermarkets near you:</b/><br/><br/> 
     <table > 
       <tr> 
      <td align="center"><a href="http://www.tesco.ie/groceries/SpecialOffers/default.aspx" target="_blank"><img src="pictures/tesco.png"></a></td> <br><p> 
      <td align="center"><a href="http://www.dunnesstores.ie/groceryleaflet/" target="_blank"><img src="pictures/dunnes.png"></a></td><br><p> 
      <td align="center"><a href="http://supervalu.ie/offers/all-offers/" target="_blank"><img src="pictures/supervalu.png"></a></td><br><p> 
       </tr> 
       <tr> 
      <td align="center"><a href="http://www.aldi.ie/ie/html/offers/special_buys.htm?WT.z_src=main" target="_blank"><img src="pictures/aldi.png"></a></td><br><p> 
      <td align="center"><a href="http://www.lidl.ie/cps/rde/xchg/lidl_ri_ie/hs.xsl/special-offers.htm" target="_blank"><img src="pictures/lidl.png"></a></td><br><p> 
      <td align="center"><a href="http://viewer.zmags.com/publication/2bc4f269#/2bc4f269/1" target="_blank"><img src="pictures/centra.png"></a></td><br><p> 
       </tr> 
       <tr> 
      <td align="center"><a href="http://www.londis.ie/community/instore/special" target="_blank"><img src="pictures/londis.png"></a></td><br><p> 
      <td align="center"><a href="http://www.spar.ie/promotions.html" target="_blank"><img src="pictures/spar.png"></a></td><br><p> 
      <td align="center"><a href="http://www.gala.ie/template1.php?page=promotions" target="_blank"><img src="pictures/gala.png"></a></td><br><p> 
       </tr> 
       <tr> 
      <td align="center"><a href="http://content.yudu.com/A23mte/SQF5A2013/resources/index.htm?referrerUrl=http%3A%2F%2Fwww.superquinn.ie%2Faspx%2FContent.aspx%3Fid%3D866" target="_blank"><img src="pictures/superquinn.png"></a></td><br><p> 
      <td align="center"><a href="http://www.mace.ie/special-offers/special-offers" target="_blank"><img src="pictures/mace.png"></a></td><br><p> 
      <td align="center"><a href="http://www.costcutter.ie/index.php/special-offers/" target="_blank"><img src="pictures/costcutter.png"></a></td><br><br><br><br> 
       </tr> 
     </table> 
     </td> 

      </tr> 
     </table> 
     </div> 
     <div id="footer"> 
     <table align="center"> 
      <tr> 
       <td colspan="3" width="950" height="150" style="filter: alpha(opacity=50)" align="center"><h4> 
       <a href="https://www.facebook.com"><img src="pictures/facebook.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
       <a href="https://www.twitter.com"><img src="pictures/Twitter.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
       <a href="https://plus.google.com"><img src="pictures/Google+.jpg"></a> 
       </td> 
      </tr> 
     </table> 
     </div> 
    </body> 
</html> 
+1

Vous avez 2 balises corps - le second n'a pas fermeture '>' – Drew

+0

Quelle est cette ligne faire là-dedans: '