<input> has to be wrapped in a block level tag of some sort, e.g. <p>, <div>, <fieldset> etc.
So you'd use: <p><input></p> or <div><input></div> or <fieldset><input></fieldset> (very simplified) Kwok-Ting ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
