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

Weiße Spalte entfernen

Status
Für weitere Antworten geschlossen.

Geltos

Mitglied
Also, ich habe eine Homepage gemahct wo oben ein Bild ist wo auch alle links sind. Unter diesem Bild sollte normal der Inhalt kommen, jedoch ist zwischen Bild und Inhalt eine kleine weiße Spalte, ich schätze ca. 5 Pixel, diese Spalte sollte aber eigenltich nicht da sein^^ könnt ihr mir sagen wie ich das entfernen kann? Ich poste mal mein Quelltext:

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="description" content="" /> 
<meta name="keywords" content="" /> 
<meta name="copyright" content="" /> 
<meta name="author" content="" /> 

<title>...</title>
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="stylesheet" href="style.css" type="text/css" />


</head> 

<body>
<br><br>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>

<div>
  <map name="Links">
    <area shape="rect" coords="133,19,189,42" href="news.php" alt="News">
    <area shape="rect" coords="201,19,264,42" href="musik.php" alt="Musik">
    <area shape="rect" coords="279,19,338,42" href="fotos.php" alt="Fotos">
    <area shape="rect" coords="348,19,436,42" href="releases.php" alt="Releases">
    <area shape="rect" coords="453,19,542,42" href="kontakt.php" alt="Kontakt">
    <area shape="rect" coords="556,19,663,42" href="newsletter.php" alt="Newsletter">

  </map>
</div>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="695" height="73">
<img src="oben.jpg" alt="Links" usemap="#Links" width="695" height="73" border="0">
</td>
</tr>
</table>
//HIER IN DER NÄHE MÜSSTE DER FEHLER SEIN!
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="links.jpg" width="6">
</td>
<td width="683" bgcolor="#E3E7FF">


<table border="0"  cellpadding="4" cellspacing="4">
<tr>
<td>
<h2>
&Uuml;berschrift
</h2>
Hier steht viel Text<br>
Hier steht viel Text<br>
Hier steht viel Text Hier steht viel Text Hier steht viel Text Hier steht viel Text Hier steht viel Text Hier steht viel Text<br>
Hier steht viel Text<br>
Hier steht viel Text<br>
Hier steht viel Text<br>
Hier steht viel Text<br>
</td>
</tr>
</table>


</td>
<td background="rechts.jpg" width="5">
</td>
</tr>
</table>



<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="6" height="6" background="ulinks.jpg">
</td>
<td width="683" height="6" background="unten.jpg">
</td>
<td width="5" height="6" background="urechts.jpg">
</td>
</tr>
<tr>
<td>
</td>
<td>
<div align="center">&copy; <a href="mailto:">...</a> - <a href="impressum.php">Impressum</a></div>
</td>
<td>
</td>
</tr>
</table>



</td>
</tr>
</table>
</body>
</html>
 
manchmal klappt es auch wenn du einfach die leerzeichen zwischen dem /div und table.. weglässt

HTML:
</div>
<table borde...
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben