vet inte om jag fått hjärnsläpp eller det bara inte vill funka!
Jag har en bild som är 17 pixlar hög och som jag vill använda till en enkel meny uppbyggd i en tabell och gör den därför 17 pixlar hög. Men så blir det ju inte när man kör denna html kod.
<html>
<head>
<title>Untitled</title>
<style type="text/css">
<!--
a:link { text-decoration: none; font-size: 8pt; color: #ffcc00; font-family: Verdana}
a:visited { text-decoration: none; font-size: 8pt; color: #ffcc00; font-family: Verdana}
a:active { text-decoration: none; font-size: 8pt; color: #ffffff; font-family: Verdana}
a:hover { text-decoration: none; font-size: 8pt; color: #ffffff; font-family: Verdana }
-->
</style>
</head>
<body bgcolor="#ffcc00" topmargin="0" marginwidth="0">
<table border="0" CELLPADDING="0" CELLSPACING="0" >
<tr>
<td height="17"></td>
</tr>
<tr>
<td width="120" height="17" bgcolor="#006699"><a href=><img src="iconl.gif" width="11" height="17" alt="" border="0"> startsida</a> </td>
<td width="120" height="17" bgcolor="#006699"><a href=><img src="icon.gif" width="11" height="17" alt="" border="0"> om mig</a> </td>
<td width="120" height="17" bgcolor="#006699"><a href=><img src="icon.gif" width="11" height="17" alt="" border="0"> länkar</a> </td>
<td width="120" height="17" bgcolor="#006699"><a href=><img src="icon.gif" width="11" height="17" alt="" border="0"> kontakta oss</a> </td>
</tr>
</table>
</body>
</html>
vad gör jag för att få detta till att se vettigt ut gärna med texten centrerad även i höjd.
hoppas på svar! //erik