Thanks. This gives me some good format/design ideas.
======================================================
http://www.communitypowerpoints.com/contactform.html
This is a form I designed hope it helps
> I am trying to design a user survey for an intranet site. This survey >
will have text fields and check boxes intermingled. I am having some >
difficulty getting the layout to look professional. It looks as if I'll >
need to use several small tables to group together my information. Does >
anyone have a web site that I can look at to see how User Surveys are
best
> designed?
>
> This is what I currently have and it's very "choppy" looking. I want a
> smooth and consistent look.
>
> <!--BEGINNING OF USER SURVEY-->
> <form name="UserSurvey" method="post" action="">
>
> <TABLE BORDER="0" CELLPADDING="2 CELLSPACING="5" bgcolor="#F5DEB3">
> <TR>
> <TD width="56"><b>Date:</b></TD>
> <TD width="178">
> <input type="text" name="date"></td>
>
> <TD width="56"><b>Time:</b></TD>
> <TD width="178">
> <input type="text" name="time"></td>
> </tr>
> <tr>
> <td width="56"><b>First Name:</b></TD>
> <TD width="178">
> <input type="text" name="fname">
>
> <td width="56"><b>MI:</b></TD>
> <TD width="178">
> <input type="text" name="MI"></td>
>
> <td width="84"><b>Last Name:</b></TD>
> <TD width="178">
> <input type="text" name="lname">
> </tr>
> <TR>
> <TD colspan="10"><b>Select your current position:</b></td>
> </TR>
>
> <TR>
> <TD width="56"><b>Data Modeler</b>
> <td width="178"><input type="checkbox" name="DataModeler"
> value="checkbox">
>
> <TD width="56"><b>Systems Analyst</b>
> <TD width="178"><input type="checkbox" name="SystemAnalyst"
> value="checkbox">
>
> <TD width="84"><b>Programmer</b>
> <TD width="178"><input type="checkbox" name="Programmer"
> value="checkbox">
>
> <TD width="43"><b>Tester</b>
> <TD width="24"><input type="checkbox" name="Tester"
> value="checkbox">
>
> <TD width="39"><b>Other</b>
> <TD width="178"><input Type="text" name="Other">
>
>
> </TABLE><!--END OF USER SURVEY TABLE-->
> </form>
>
> Thanks,
> KMW