See here i am giving you a small HTML script for a login page. I hope you can understand the output of this code. So, what i need is, i want to design a large page to get nearly 40 values form the users . So, you can think the size of the form and the alignment. when i am using the Zend Form Class, i am not getting my required design output and the tags contains "dd" and "dt" . Instead of that i want to emmbed my entire form within a table and to display the lables and fields in separate TR,TD,s and Right side of each fields i want to add some commens about the field. I hope you understand my requirement.
- Give me a good solution.
HTML Code:
<FORM METHOD=POST ACTION="">
<TABLE>
<TR>
<TD>User Name</TD>
<TD><INPUT TYPE="text" NAME=""></TD>
</TR>
<TR>
<TD>Password</TD>
<TD><INPUT TYPE="text" NAME=""></TD>
</TR>
</TABLE>
</FORM>
- Thanks
-Mugesh