Hallo
Ich hoffe ihr könnt mir helfen. Ich möchte gerne neben der tabelle ein bild bzw. logo einfügen. also auf gleicher höhe wie die tabelle einfach links neben an und dann soll die tabelle anfangen. das geht aber nicht. weiss jemand einen rat?
so lautet jetzt der quellcode, und links bevor die tabelle anfangt soll ein logo hin
<html>
<head><title>Ryterland Henau</title>
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFFFF; color:"#0033CC"}
a:active { text-decoration:none; font-weight:bold; background-color:#FFFFFF; color:"#0033CC"}
-->
</style>
</head>
<body>
<table>
<tr><td>
</tr></td>
<table width="90%" border="0" align="center" style="font-family:Verdana">
<tr>
<td align="left" bgcolor="#0033CC">[b]<font size="2"><font color="#FFFFFF">Kontakt</td>
<td align="right" bgcolor="#0033CC">[b]<font size="2"><font color="#FFFFFF">Home</td>
</tr>
</table>
</table>
</body>
</html>