Patrick: Ausrichtung von einem Submitbutton in einer Tabelle

Beitrag lesen

Sorry,

hier ein Ausschnitt:

....<td class="text13" style="border-bottom:1px solid #EEEEEE;" valign="middle">xxx</td><td class="text13" style="border-bottom:1px solid #EEEEEE;" valign="middle">xxx
</td><td class="text13" style="border-bottom:1px solid #EEEEEE;" valign="bottom">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="image" src="img/paypal.gif" name="submit" alt="Zahlen Sie mit PayPal - schnell, kostenlos und sicher!">
</form>
</td></tr>....

Das Ganze in einer normalen Table.
Ich möchte halt alles so ausrichten, dass es ein valign="middle" hat. Das Bild/Der Button ist übrigens nicht zu groß. Das passt.

Danke
Patrick