Hi Jack > I have a huge form page https://www.willtrav.com/form-corp-profile.php > that uses table headers to define the text boxes > and how do I or should I include labels on those > text boxes?
I haven't looked at the page, but from your description it sounds like you are doing what I have been doing for years. Russ (maxdesign) suggested I used fieldset (and label). An example of how I did it can be found at http://www.betterwebdesign.com.au/request-quote.asp - may give you some ideas. I set up the <label> element in my CSS to have a fixed width and float left. Russ's example was http://www.amonline.net.au/sand/using/survey.htm Between the two of them, perhaps you will find something useful. Regards -- Bert Doorn, Better Web Design www.betterwebdesign.com.au Fast-loading, user-friendly websites ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
