xNeTworKx: 2 Formulare nebeneinander ausrichten ?

Beitrag lesen

Hi nochmal,

nicht in <table>, nicht in <tr>, wohl aber in <td> und <th>.

mache ich es so :
   <table style="width:750px">
   <colgroup>
   <col width="50%">
   <col width="50%">
   </colgroup>
    <tr><td class="postreplymiddle">
    <form action="" method="post">
    <input type="hidden" name="text" value="blabla">
    <input type="submit" class="linkbutton" value="Korrektur">
    </form>
    </td>
    <td class="postreplymiddle">
    <form action="" method="post">
    <input type="hidden" name="text" value="blabla">
    <input type="submit" class="linkbutton" value="abschicken">
    </form>
    </td></tr>
    </table>

dann fängt der Validator wieder zum raunzen an.