bsquared18
Technical User
I'm developing an electronic submission form. When I entered a return-to-home-page action at the top of the page, all the lines on the form below it became active. In other words, clicking on any of the words on the page takes you to the home page.
How can I keep the return-to-home-page action at the top of the page without having it affect the rest of the page? The relevant code is:
<body>
<form><A HREF="index.html"><font face="arial" color="#000000" size="3">Click here to Return to Home Page</font></form>
<FORM METHOD="POST" ACTION="mailto:myemailaddress">
<font face="arial" color="#7c0019" size="3"><strong><font size="5">Order Form</font></strong>
<br>
Your Last Name: <INPUT TYPE="text" NAME="LAST NAME" SIZE="50">
(and so forth)
</form>
</body>
I've tried putting the return-to-home-page code in various places, but nothing seems to solve the problem.
Thanks for your help!
Bill B.
How can I keep the return-to-home-page action at the top of the page without having it affect the rest of the page? The relevant code is:
<body>
<form><A HREF="index.html"><font face="arial" color="#000000" size="3">Click here to Return to Home Page</font></form>
<FORM METHOD="POST" ACTION="mailto:myemailaddress">
<font face="arial" color="#7c0019" size="3"><strong><font size="5">Order Form</font></strong>
<br>
Your Last Name: <INPUT TYPE="text" NAME="LAST NAME" SIZE="50">
(and so forth)
</form>
</body>
I've tried putting the return-to-home-page code in various places, but nothing seems to solve the problem.
Thanks for your help!
Bill B.