<table border="0"> <form action="form.php" method="post" name="form"> <tr> <!--grafika--> <!--ID--> <td> <input type="text" name="mod_id" value="<?php echo"$id"; ?>" disabled="disabled" /> </td> </tr> <tr> <!--login--> <td> <input type="text" name="mod_log" value="<?php echo"$login"; ?>" disabled="disabled" /> </td> </tr> <tr> <!--e-mail--> <td> <input type="text" name="mod_mail" value="<?php echo"$email"; ?>" disabled="disabled" /> </td> </tr> <tr> <!--imie i nazwisko--> <td> <input type="text" name="mod_name" value="<?php echo"$imie_nazwisko"; ?>" disabled="disabled" /> </td> </tr> <tr> <!--data urodzenia--> <td valign="top"> <input type="text" name="mod_b_date" value="<?php echo"$data_urodzenia"; ?>" disabled="disabled" /> </td> </tr> <tr> <!--adres--> <td valign="top"> <input type="text" name="mod_adres" value="<?php echo"$adres"; ?>" disabled="disabled" /> </td> <!--uwagi--> <td valign="top"> <input type="text" style="width:150px;height:80px;" id="mod_uwagi" value=" <?php echo"$uwagi"; ?>" disabled="disabled" /> </td> </tr> </form> </table>
No sam wygląda ok, ale jak sprawdzam kod źródłowy strony, to pokazuje mi, że form od razu się zamyka. Nie jestem pewien tylko jednej rzeczy, czy form mogę umieścić w taki sposób w tabeli. Jeśli nie to jak (oprócz divów, bo ich chce tutaj uniknąć) radzicie wrzucić to tutaj.