Hi there
I have a form on my web site http://www.book-scotland-direct.com/contact.html which works fine but the fields seem to move in different browsers do you know what’s wrong.
Here is the code which I am using to create the form.
If any one could tell me whats wrong or if you could write a better form for me it would be a great help
-------Code-------
<form method="post" action="contact.php">
<form summary="feedback form"><font size ="1"><b>
Your Name : <input type="text" name="name" size="25" ><br />
<br>
Your Email Address : <input type="text" name="email" size="25" ><br />
<br>
Subject : <input type="text" name="subject" size="25" ><br />
<br>
Enter your enquiry :<br>
<textarea =center rows="3" cols="30" name="comments">
</textarea>
<td align="center" colspan="2"><br>
<br> <input type="submit" value="Submit Form" />
</form>
---------End of Code---------
I have a form on my web site http://www.book-scotland-direct.com/contact.html which works fine but the fields seem to move in different browsers do you know what’s wrong.
Here is the code which I am using to create the form.
If any one could tell me whats wrong or if you could write a better form for me it would be a great help
-------Code-------
<form method="post" action="contact.php">
<form summary="feedback form"><font size ="1"><b>
Your Name : <input type="text" name="name" size="25" ><br />
<br>
Your Email Address : <input type="text" name="email" size="25" ><br />
<br>
Subject : <input type="text" name="subject" size="25" ><br />
<br>
Enter your enquiry :<br>
<textarea =center rows="3" cols="30" name="comments">
</textarea>
<td align="center" colspan="2"><br>
<br> <input type="submit" value="Submit Form" />
</form>
---------End of Code---------



















