hier der Beispielcode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<table width="20 px" border="0" cellspacing="0" cellpadding="0">
<tr >
<td><a href="http://google.de" style="background-image:url(images/Pfeil.gif); background-repeat:no-repeat; background-position: left; background-attachment:fixed; padding-left: 20px"><p>Dies wird ein Link</p></a></td>
</tr>
<tr>
<td width="30"><span><p><a style="background-image:url(images/Pfeil.gif); background-repeat:no-repeat; background-position: left; padding-left: 20px" href="http://google.de">Dies wird ein Link</a></p></span> </td>
</tr>
</table>
</body>
</html>
Dies ist Pfeil.gif:
Wenn ihr das ausprobiert sieht man das der Linktext nicht im Blocksatz erscheint. Genau das möchte ich aber. Das Hintergrundbild muss auch mit dem Link in Verbindung stehen, da dies später nur bei hover gezeigt werden soll.