But it is in the div

Example:
<div id="form">
<form method="post" action="form.cgi">
<input type="hidden" name="postmode" value="QUANTITYBOXES" />
<p>blah blah blah </p>
    <div class="twoCol">
    <label><input type="text" size="2" name="quantity1" /> item name</label>
    <label><input type="text" size="2" name="quantity2" /> item name</label>
    </div>
</div>


tee
> From: "Kwok Ting Lee" <[EMAIL PROTECTED]>
> Reply-To: wsg@webstandardsgroup.org
> Date: Fri, 6 May 2005 15:49:43 +1000
> To: <wsg@webstandardsgroup.org>
> Subject: RE: [WSG] Validation error question for XHTML Strict
> 
> <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
> ******************************************************
> 

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to