Date:  12/09/2002 07:46:18 AM Msg ID:  001097
From:  Don Dascher Thread:  001097
Subject:  Positioning of data entry fields
I am a beginner to this foxweb development process.  My interest is in building Web Applications.  I am investigating the use of a single FWX file to process the form fields and subsequently return the HTML code for the next page sent back to the user all in a single FWX file. 
 
It seems to have a lot of promise.  However, my question is about the control of the position of the data entry fields with the HTML code.  As it is now, I am just putting these INPUT statements into the HTML and they just show up on the form in the order you put them in and I have to real control over where they go (precisely).  I can use the <p> or <br)  to push them down to next line or <CENTER> to put them in the middle but other than that not much control.   Is there a standard method for dealing with this or is there no way to do that ?