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:
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
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 <br />
<b>yB</b>askarad</div>
</td>
</tr>
<tr>
<td style="width:35px; height:44px; vertical-align:text-top; text-align:center"> </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%;"> </td>
<td style="width:94%; height:100%; text-align:center;" class="menu">
<a href="index.php?site=home">Home</a> •
<a href="index.php?site=news">News</a> •
<a href="index.php?site=scripts">Scripts</a> •
<a href="index.php?site=tutorials">Tutorials</a> •
<a href="index.php?site=downloads">Downloads</a> •
<a href="index.php?site=g-book">Gästebuch</a> •
<a href="index.php?site=forum">Forum</a> •
<a href="index.php?site=community">Community</a>
</td>
<td style="width:3%; height:100%;"> </td>
</tr>
</table>
</td>
<td style="width:35px; height:44px; vertical-align:text-top; text-align:center"> </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>
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