...bin ein HTML neuling und bekomme das hier nicht gebacken:
ich möchte einfach in einer zeile einen text und danach direkt anschliessend eine Dropdown-Liste.Das Problem ist dass Ich den Satz und das Inputfeld nicht auf eine Linie bekomme.Hier mein Code:
Danke im vorab für die Hilfe
ich möchte einfach in einer zeile einen text und danach direkt anschliessend eine Dropdown-Liste.Das Problem ist dass Ich den Satz und das Inputfeld nicht auf eine Linie bekomme.Hier mein Code:
HTML:
<table border="1" cellpadding="0" cellspacing="0" >
<tr>
<td >hello i am a</td>
<td valign ="center" > <form action = ' . $_SERVER['PHP_SELF'] . '>
<select name = "auswahl" size ="1">
<option> teacher </option>
<option> construction worker </option>
</select>
</form>
</td>
</tr>
</table>
</htm>';
Danke im vorab für die Hilfe