Hi,
Hi, hab hier ne HTML site!
Ne, ist kein HTML.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<title>N/!</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#000000" text="#ffffff" link="#00ff00" vlink="#0000ff" alink="#00ff00">
<table border="1" align="center" bordercolor="#005500" cellspacing="0" width="1024" height="768">
table hat kein height Attribut.
Und auch kein bordercolor attribut.
<table border="0" align="center" bordercolor="#000000" cellspacing="0" width="1024" height="80">
table hat immer noch kein height-Attribut und immer noch kein bordercolor Attribut.
Außerdem darf table nicht direkt in table enthalten sein.
<tr>
<td style="background-image:url(images/header.jpg)"</td>
^ fehlt auch was.
</tr>
</table>
<table border="0" align="center" bordercolor="#000000" cellspacing="0" width="1024" height="628">
table hat immer noch kein height-Attribut und immer noch kein bordercolor Attribut.
<tr vAlign=top>
<td width="150" height="628" style="background-image:url(images/bg.jpg)"</td>
^ fehlt schon wieder ein >
<b>.: Navigation :.</b>
b ist in tr nicht erlaubt.
<td width="150" height="628" style="background-image:url(images/bg.jpg)"</td>
^ > einfügen
<b>.: Online :.</b>
b ist immer noch nicht in tr erlaubt.
<td width="824" height="628" style="background-image:url(images/bg.jpg)"</td>
text zuviel text text zuviel text text zuviel text text zuviel text <p><p>text zuviel text text zuviel text text zuviel text text zuviel text
</tr>
</table>
<table border="0" align="right" bordercolor="#000000" cellspacing="0" width="774" height="60">
height und bordercolor: siehe oben.
<tr>
<td style="background-image:url(images/footer.jpg)"</td>
Und schon wieder fehlt das >
</tr>
</table></table>
</body>
</HTML>
Weitere Fehler nicht ausgeschlossen.
Fazit: mach valides HTML draus und guck dann, ob es immer noch Probleme gibt.
Mit dem Verhau, den Du da hast, ist es ein Wunder, daß überhaupt etwas angezeigt wird.
cu,
Andreas
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.