Hi there
I was just wondering if anyone can help. I have a contact form on my web site which works fine but when I view it in internet explorer the top two fields in the form, backgrounds are a funny colour.
The Contact form can be found at: http://www.book-scotland-direct.com/contact.html
Here is the code I am using for the form.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<form method="post" action="contact.php">
<form summary="feedback form">
<TABLE BORDER=0>
<TR>
<TD><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Your Name :</TD>
<TD><input type="text" name="name" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Your Email Address :</TD>
<TD><BR><input type="text" name="email" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Subject :</TD>
<TD><BR><input type="text" name="subject" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Enter your enquiry :</TD>
<TD><BR><textarea =center rows="3" cols="30" name="comments">
</textarea></TD>
</TR>
<TR>
<TD COLSPAN=2 ALIGN=CENTER><input type="submit" value="Submit Form" /></TD>
</TR>
</TABLE>
</FORM>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thanks Justin
I was just wondering if anyone can help. I have a contact form on my web site which works fine but when I view it in internet explorer the top two fields in the form, backgrounds are a funny colour.
The Contact form can be found at: http://www.book-scotland-direct.com/contact.html
Here is the code I am using for the form.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<form method="post" action="contact.php">
<form summary="feedback form">
<TABLE BORDER=0>
<TR>
<TD><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Your Name :</TD>
<TD><input type="text" name="name" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Your Email Address :</TD>
<TD><BR><input type="text" name="email" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Subject :</TD>
<TD><BR><input type="text" name="subject" size="25" ></TD>
</TR>
<TR>
<TD><BR><B><FONT style="font-size:10pt" color=#000000 face="Tahoma">Enter your enquiry :</TD>
<TD><BR><textarea =center rows="3" cols="30" name="comments">
</textarea></TD>
</TR>
<TR>
<TD COLSPAN=2 ALIGN=CENTER><input type="submit" value="Submit Form" /></TD>
</TR>
</TABLE>
</FORM>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Thanks Justin



















