Hallo
Ich wollte eine Tablle auf der Seite erstellen, doch leider kommt immer am Rand eine Lücke (Grafik/Randmittetest.gif). Schaut mal hier vorbei, da wisst ihr mein Problem.http://www.wang-yu.org/schule/index.html. Wo ist mein Programmierfehler, wie bekomme ich den b... Abstand zwischen der Grafik und der Tabelle weg?
Hier ist der Code:
HTML
<html>
<head>
<title>Hauptspeicher Team</title>
<style type="text/css">
<!--
body {
margin:0px;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body background="Grafik/stripepattern.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table height="100%" width="700" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td height="109" colspan="6"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="109">
<param name="movie" value="menue.swf">
<param name="quality" value="high">
<embed src="menue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="109"></embed></object>
</td>
</tr>
<tr>
<td height="50" colspan="2" align="right" valign="top"> [img]Grafik/Randmittetest.gif[/img]
</td>
<td width="101" rowspan="2" bgcolor="#FFFFFF"></td>
<td width="476" rowspan="2" bgcolor="#FFFFFF">
<iframe src="Begruesung.html" name="I1" width="100%" border="0" height="100%" scrolling="auto" align="middle" hspace="center" vspace="center" target="Main" frameborder="0">
<center><font size="2" face="Arial">tja sieht so aus, als müsstest du einen Browser downloaden ?! </font></center></iframe>
</td>
<td colspan="2" align="left" valign="top">[img]Grafik/Randmittetestrechts.gif[/img]</td>
</tr>
<tr>
<td width="49"></td>
<td width="12" background="Grafik/randklein.gif"></td>
<td width="17" background="Grafik/randkleinrechts.gif"></td>
<td width="45"></td>
</tr>
</table>
</center>
</body>
</html>
Alles anzeigen
gruß John