Hallo,
ich habe ein Problem mit verlinkten Bildern. Es werden ein paar rote pixel angezeigt, ich weiss aber net warum.
edit: sry, er wollte das png bild net -.- .jpg hats einfach weggeschnitten
ich habe ein Problem mit verlinkten Bildern. Es werden ein paar rote pixel angezeigt, ich weiss aber net warum.
edit: sry, er wollte das png bild net -.- .jpg hats einfach weggeschnitten

Code:
<html><head>
<style type="text/css">
<!--
a:link{
color: red;
}
a:visited{
color: red;
}
a:active{
color: red;
}
a:hover{
color: red;
}
-->
</style>
</head><body><table height="300" width="830" align="center" style="background-image: url("../images/main/200_200.jpg"); background-repeat: no-repeat;">
<tbody>
<tr>
<td valign="middle" align="center">
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
<a href="test.php">
<img height="50" width="50" border="0" title="Apfel" src="../images/items/Apfel.gif">
</a>
</td>
</tr>
</tbody></table>
</body></html>
Anhänge
Zuletzt bearbeitet: