ChrisB: Buttons ausrichten

Beitrag lesen

P.S.:

<form class="gl" action="http://example.com/t1.pl"  method="post">

<button type="submit">
     <img src="http://example.com/t1.jpg">
   </button>
   <input type="hidden" name="a1">
</form>
<form class="gr" action="http://example.com/t2.pl"  method="post">
   <button type="submit">
     <img src="http://example.com/t2.jpg">
   </button>
   <input type="hidden" name="a2">
</form>

  
Wenn tatsächlich beide Formulare das gleiche Ziel haben, ist es aber wirklich überflüssig, zwei Formulare dafür zu benutzen.  
  
MfG ChrisB  
  

-- 
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?