http://www.colouru.com.au/contactus.html

On this particular page in IE only, the #footer seems to be taking its width from the form. I have cleared everything I can think of but cannot find the problem.


Another thing I find odd is that you are using an empty tag for your form
instead of wrapping the form fields with a start and end tag. Instead of:

<form method="post" action="/cgi-bin/formmail/FormMail.pl" />

Maybe try:

<form method="post" action="/cgi-bin/formmail/FormMail.pl" >
<fieldset> ...
</fieldset>
</form>


Well, that is amazing! It fixed the problem in IE6. This is the first site with this hosting company and that is how they gave me the example for the Form. I used to do it
<form ...></form> but changed it on this site.

Thank you, Keppler

Lyn

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to