Kurt Cobain
New member
tag tag
hab dieses HTML:
wenn man jetzt fuer mathe.gif irgend ein bild einsetzt, dann hat es unten zu der tabelle immer einen gewissen abstand.
Wie kriegt man den weg????????
gruss ich
hab dieses HTML:
Code:
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title></title>
<style type="text/css">
<!--
table,td,tr,img{
margin:0px;
padding:0px;
}
-->
</style>
</head>
<body text="#000000" bgcolor="#C8C8C8">
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="./mathe.gif">
</td>
</tr>
</table>
</body>
</html>
Wie kriegt man den weg????????
gruss ich