It's a bug in FP that adds extra before the webbot tag whenever you use form field validation
- delete them in code view and save the page there
You have an extra <p> tag (delete the <p> 
in
<tr>
<td width="74" bgcolor="#C0C0C0" bordercolor="#009999" align="left">
<font color="#140F10" size="2" face="Arial"><b>Address </b></font>
<p> </td>
<td width="328" bgcolor="#C0C0C0" bordercolor="#009999" align="left">
<textarea rows="3" name="f_address" cols="32"></textarea></td>
</tr>
PS
You have a stray font tag between table rows you need to delete
<tr>
<td width="408" colspan="2" align="center" bgcolor="#C0C0C0">
<font color="#140F10" face="Arial" size="2"><b>For comments, questions or suggestions<br>
Contact us using the Form below </b></font></td>
</tr>
</font>
<font face="Franklin Gothic Medium" size="4" color="#FFFFFF">
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| font tags removed - but FP always re-inserts the nbsp tag
| ( maybe something to do with the form bot ?? )
|
| in any case -- same "poor" alignment
|
|
|
|
| | > Try removing the font tags from around the field names along with the
| > " ".
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| >
http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | >> ref:
http://www.mit-bistro.ca/feedback.htm
| >>
| >> I cannot see to be able to line-up the form-field boxes
| >>
| >> the NAME, EMAIL and FAX input boxes are all equal in their
| >> apparent spacing from the edge of the left cell border , and in the code
| >> there is a " " in each...... when I try and remove this " "
| >> Front Page just puts it back in..
| >>
| >> the ADDRESS field has no " " but when put one in it
| >> now appears like the MESSAGE field -- too far away
| >>
| >>
| >> ** just want the field input boxes to line-up nicely on the left -- all
| >> the same
| >>
| >>
| >> siggy
| >>
| >>
| >>
| >>
| >>
| >>
| >
| >
|
|