• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Überflüssige Punkte!?

  • Ersteller Ersteller matibaski
  • Erstellt am Erstellt am
Status
Für weitere Antworten geschlossen.
M

matibaski

Guest
Moin!
Habe bei meiner Webseite ein Problem:
Es zeigt beim oberen Teil, wo das Logo dann hinkommt einige Punkte.
Wieso weiss ich nicht.
Und in meinem Code stimmt eigentlich auch alles.
Hier:
http://habboville.paradoxe.de/MyB/index.php

Quellausschnitt:
HTML:
<table cellpadding="0" cellspacing="0" style="height:205px; text-align:center;">
 <tr>
  <td colspan="3" align="center" valign="middle" style="height:160px; background-image:url(images/top.gif);"><div style="font-size:12px;">
   <b>M</b>atija&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
   <b>yB</b>askarad</div>  
  </td>
 </tr>
 <tr>
  <td style="width:35px; height:44px; vertical-align:text-top; text-align:center">&nbsp;</td>
  <td style="width:800px; height:44px; vertical-align:text-top; text-align:center">
   <table cellpadding="0" cellspacing="0" style="width:100%; height:44px; border:0px; background-image:url(images/Navig.gif); text-align:center">
    <tr>
     <td style="width:3%; height:100%;">&nbsp;</td>
     <td style="width:94%; height:100%; text-align:center;" class="menu">
      <a href="index.php?site=home">Home</a> &bull; 
      <a href="index.php?site=news">News</a> &bull; 
      <a href="index.php?site=scripts">Scripts</a> &bull;
      <a href="index.php?site=tutorials">Tutorials</a> &bull; 
      <a href="index.php?site=downloads">Downloads</a> &bull; 
      <a href="index.php?site=g-book">G&auml;stebuch</a> &bull; 
      <a href="index.php?site=forum">Forum</a> &bull; 
      <a href="index.php?site=community">Community</a>
     </td>
     <td style="width:3%; height:100%;">&nbsp;</td>
    </tr>
   </table>
  </td>
  <td style="width:35px; height:44px; vertical-align:text-top; text-align:center">&nbsp;</td>
 </tr>
 <tr>
  <td style="width:35px; height:1px; vertical-align:text-top; text-align:center">
   <img src="images/spacer.gif" style="width:1px; height:1px; border:0px;" alt="" />
  </td>
  <td style="width:800px; height:1px; vertical-align:text-top; text-align:center">
   <img src="images/spacer.gif" style="width:800px; height:1px; border:0px;" alt="" />
  </td>
  <td style="width:35px; height:1px; vertical-align:text-top; text-align:center">
   <img src="images/spacer.gif" style="width:1px; height:1px; border:0px;" alt="" />
  </td>
 </tr>
</table>
Ich sehe keine Fehler.
Der Code ist auch valide.

Es macht auch einen Fehler beim Inhalt.
Der obere Rahmen macht einen Abstand von 1-2px. Das soll er nicht.

MfG, matibaski
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben