Unterwegs: Suchfeld implementieren

Beitrag lesen

Hallo, ich versuche ein Suchfeld in meine Seite zu implementieren.

Allerdings verzieht es mir das Design und ich weiß nicht, was ich falsch gemacht habe.

http://www.sediar.de/test/suchemich.html

Quelltext:

  
<html>  
<head>  
<title>Unbenannt-1</title>  
<style type="text/css">  
<!--  
.feld{width:152px; height:23px}  
#Tabelle_01 img {  
}  
-->  
</style>  
</head>  
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">  
<table width="188" height="81" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabelle_01">  
	<tr>  
		<td colspan="3" valign="top">  
			<img src="Bilder/suchemich_01.jpg" alt="" width="188" height="24" align="top"></td>  
	</tr>  
	<tr>  
		<td rowspan="2" valign="top">  
			<img src="Bilder/suchemich_02.jpg" alt="" width="18" height="57" align="top"></td>  
		<td width="152" height="48" valign="top"><form name="Suche" method="post" action="planetsearch.php">  
		  
		  <input type="text" name="textfield" class="feld" align="top"><br>  
		  <input type="image" src="Bilder/suchmich_05.jpg" alt="Absenden" align="top">  
		  
	  
		  </form>  
		</td>  
		<td rowspan="2" valign="top">  
			<img src="Bilder/suchemich_04.jpg" alt="" width="18" height="57" align="middle"></td>  
	</tr>  
	<tr>  
		<td valign="top">  
			<img src="Bilder/suchemich_05.jpg" alt="" width="152" height="9" vspace="0" align="top"></td>  
	</tr>  
</table>  
<!-- End ImageReady Slices -->  
</body>  
</html>

Wäre für Hilfe dankbar.

Liebe Grüße