Hallo.
Ich bastle zur Zeit ehrenamtlich an einer Website.
Zum dritten mal entwerfe ich die Seite ringcon.de
Nun habe ich ein Problem mit der Startseite für 2008.
Firefox zeigt die Seite korrekt an. Aber der Internetexplorer hat in der Mitte seltsame Abstände zw. den Grafiken.
Seht selbst:
Ring*Con >> auf 2008 (Website) klicken
Hier der Code:
Mod-Edit: CODE statt HTML - Übersichtlicher (ingoS)
Ich bastle zur Zeit ehrenamtlich an einer Website.
Zum dritten mal entwerfe ich die Seite ringcon.de
Nun habe ich ein Problem mit der Startseite für 2008.
Firefox zeigt die Seite korrekt an. Aber der Internetexplorer hat in der Mitte seltsame Abstände zw. den Grafiken.
Seht selbst:
Ring*Con >> auf 2008 (Website) klicken
Hier der Code:
Code:
<html>
<head>
<title>Ring*Con 2008</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="de">
<meta http-equiv="author" content="TREKWORLD MARKETING">
<meta http-equiv="copyright" content="FedCon GmbH">
<meta http-equiv="robots" CONTENT="index, nofollow">
<meta name="Description" CONTENT="Ring*Con 2007">
<meta name="Keywords" CONTENT="Herr der Ringe, lotr, Lord of the rings, Gefährten, Rückkehr des Königs, zwei türme, ringcon, ring con, ring-con">
<link rel="stylesheet" href="ringcon.css" type="text/css">
<style type="text/css">
* {
margin:0px;
padding:0px;
}
</style>
</head>
<body bgcolor="#235313" text="#eeeeee" leftmargin="0" topmargin="0">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="middle">
<table id="Tabelle_01" width="800" height="584" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="6">
<img src="Bilder/splash_01.jpg" width="148" height="583" alt=""></td>
<td colspan="2">
<img src="Bilder/splash_02.jpg" width="264" height="184" alt=""></td>
<td colspan="2">
<img src="Bilder/splash_03.jpg" width="239" height="184" alt=""></td>
<td rowspan="6">
<img src="Bilder/splash_04.jpg" width="149" height="583" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="Bilder/splash_05.jpg" width="503" height="59" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/splash_06.jpg" width="203" height="41" alt=""></td>
<td colspan="2">
<a href="http://www.ringcon.de/main.php?lang=de"onMouseOver="document.b1.src='Bilder/splash2_07.jpg'" onMouseOut="document.b1.src='Bilder/splash_07.jpg'"><img name="b1" src="Bilder/splash_07.jpg" width="128" height="41", border="0"></a>
<td>
<img src="Bilder/splash_08.jpg" width="172" height="41" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="Bilder/splash_09.jpg" width="503" height="47" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/splash_10.jpg" width="203" height="37" alt=""></td>
<td colspan="2">
<a href="http://www.ringcon.de/main.php?lang=en"onMouseOver="document.b2.src='Bilder/splash2_11.jpg'" onMouseOut="document.b2.src='Bilder/splash_11.jpg'"><img name="b2" src="Bilder/splash_11.jpg", border="0"></a>
<td>
<img src="Bilder/splash_12.jpg" width="172" height="37" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="Bilder/splash_13.jpg" width="503" height="215" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/Abstandhalter.gif" width="148" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="203" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="61" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="67" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="172" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="149" height="1" alt=""></td>
</tr>
</table>
</td>
</body>
</html>
Mod-Edit: CODE statt HTML - Übersichtlicher (ingoS)
Zuletzt bearbeitet von einem Moderator: