On 6 maj 2005, at 08.01, tee wrote:

But it is in the div

Example:
<div id="form">
<form method="post" action="form.cgi">
<input type="hidden" name="postmode" value="QUANTITYBOXES" />

You need a block level element _inside_ the form element:

<form>
    <div>
        <input .... />
    </div>

/Roger

--
http://www.456bereastreet.com/

******************************************************
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