kitty17794
07-07-2003, 05:39 PM
How would I add a link to an email??? I tried:
< a href ="http://www.geocities.com/physicianremoteservices /" >Healthcare Management Services</ a> (without spaces)
and it didn't work.
sherri
07-07-2003, 05:52 PM
It sorta depends and what you are using for email. I know if you are using outlook express, you put the code in the "source" and it works perfectly fine for me. I don't see anything wrong with the code?
<A href="http://www.geocities.com/physicianremoteservices/">http://www.geocities.com/physicianremoteservices/</A>\
That is what my source said. BUt it works for me.
dunno exactly what you are trying, but perhaps this?
<a href="mailto:youremail@there.com">
text or image here
</a>
that will link the text/image to popup the visitors email program with youremail@there.com being the TO part.