Torsten: Format Problem bei SELECT in einer Tabelle

Beitrag lesen

Ich habe Probleme beim Formatieren. Ich bekomme das SELECT Feld einfach nicht auf die gleiche Höhe wie die anderen Felder.

Ich möchte das es einfach 4 Pixel weiter oben ist, so das die Feleder alle auf einer Ebene sind....

  
	<table  style="	width:500px;height:40px;text-align:left;border: #000000 1px dotted;">  
	<tr>  
	<td>Eingabe:</td>  
	<td>  
	<form action="xxx" method="post">  
	<input style="height:30px;" type="text" name="eingabe">  
				  
	<select style="height:30px;" name="versuch">  
	<option >Versuch 1</option>  
	<option >Versuch 2</option>  
	</select>  
				  
	<input  style="height:30px;"type="submit" name="submit">  
	</form>  
	</td>  
	</tr>  
	</table>