I posted a wuestion a while back, but couldn't get the advice to work. So I will now give examples of what I need.
.
I have this in Frontpage to make an email addey a link:
<a href="mailto:<%=FP_FieldLink(fp_rs,"email")%>">
I want to have this link imbedded inside of a pic. I also have the script:
<a href=<%=oRst("email")%>><img SRC="..images/mail.gif"></a>
I need to know how to merge these two scripts to make the email addey imbed into the pic, but be a link to email when clicked on. Can someone help?
Bam