a in wrong place but where does it go?

  • Thread starter Catherine Jo Morgan
  • Start date
C

Catherine Jo Morgan

Can't validate these lines:

<a href="mailto:[email protected]?subject=inquiry from website">Email
<img border="0" src="../images/mailto.gif" width="14"
height="10"></h2><a/>

No matter where I put the <a/> it's wrong, and if I leave it off it's wrong.
I didn't change the original FP code but I don't know how to get it to
validate. Please help!
 
C

Craig Schiller

Catherine -

The closing code should be </a> not <a/>.

Hope this helps.

Craig
 
Top