Hallo,
irgendwie steige ich da grad nicht durch warum die Linkzustände welche mit css formatiert wurden nicht funktionieren.
Gruß
irgendwie steige ich da grad nicht durch warum die Linkzustände welche mit css formatiert wurden nicht funktionieren.
Code:
<html>
<head>
<style type="text/css">
<!--
body {background-color:F47E1F; scrollbar-base-color:F47E1F; scrollbar-track-color:F47E1F; scrollbar-face-color:F47E1F; scrollbar-highlight-color:B56528;
scrollbar-3dlight-color:B56528; scrollbar-darkshadow-color:B56528; scrollbar-shadow-color:B56528; scrollbar-arrow-color:B56528;}
h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
a.link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
a.visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
a.hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
a.active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
-->
</style>
</head>
<body bgcolor="#C0C0C0">
<center>
<table width="100%">
<tr>
<td align=left>
<h4><A HREF="284.html" style="text-decoration:none"> prev </a></h4>
</td>
<td align=center>
<h4>001.JPG</h4>
</td>
<td align=right>
<h4><A HREF="002.html" style="text-decoration:none"> next </a></h4>
</td>
</tr>
</table>
<br>
<IMG SRC="001.JPG" WIDTH="400" HEIGHT="300">
<br>
<h4><A href="(EmptyReference!)" onClick="JavaScript:self.close()">Fenster schließen</a></h4>
</center>
</body>
</html>
Gruß