Mam taki dosyć prosty formularz, który wygląda następująco:
<form action="form.php" method="post" name="form"> <!--grafika-->
<td rowspan="5"><img src="images/ikonki/user.png" border="0px" /></td> <!--ID-->
<input type="text" name="mod_id" value="<?php echo"$id"; ?>" disabled="disabled" />
<!--login-->
<input type="text" name="mod_log" value="<?php echo"$login"; ?>" disabled="disabled" />
<!--e-mail-->
<input type="text" name="mod_mail" value="<?php echo"$email"; ?>" disabled="disabled" />
<!--imie i nazwisko-->
<input type="text" name="mod_name" value="<?php echo"$imie_nazwisko"; ?>" disabled="disabled" />
<!--data urodzenia-->
<input type="text" name="mod_b_date" value="<?php echo"$data_urodzenia"; ?>" disabled="disabled" />
<!--adres-->
<input type="text" name="mod_adres" value="<?php echo"$adres"; ?>" disabled="disabled" />
<!--uwagi-->
<input type="text" style="width:150px;height:80px;" id="mod_uwagi" value=" <?php echo"$uwagi"; ?>" disabled="disabled" />
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.
Ten post edytował sebap123 2.01.2011, 13:26:45