That is not really true. Form fields take focus from the order they are in the code. They can be positioned anywhere on the screen using CSS. Without intervention they will follow this order regardless of top, bottom, left or right on the screen.
'Lining them up' would (hopefully) be done with CSS but will not affect the document flow. James ------------------------------ By default, forms fields take focus from the top-down and left to right. All you have to do, is line them up in the order you want them to have focus. -chuck ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
