Kurt Cobain
Erfahrenes Mitglied
tag tag
hab da ne tabelle, die ein formular in sich hat: (bild1)
das proble ist, dass das Formular nicht auf der gleichen Ebene mit den 2 links ist.
wie bekomm ich es hin, dass alles in einer Reihe ist (wie auf bild 2)
hab da ne tabelle, die ein formular in sich hat: (bild1)
Code:
<table border="1" width="100%">
<tr>
<td width="60%">
Tab
</td>
<td align="right" >
<a href="powerSearch" title="the best search ever">power search</a>
</td>
<td >
<form action="search.php" method="post">
<select name="tagtga">
<option value="1">Hallo
<option value="2">Tschüss
</select>
<input type="Text" name="search" size="20" class="input">
<input type="Submit" class="button" name="search" value="go">
</form>
</td>
</tr>
</table>
das proble ist, dass das Formular nicht auf der gleichen Ebene mit den 2 links ist.
wie bekomm ich es hin, dass alles in einer Reihe ist (wie auf bild 2)