|
Posted by Robert on 08/21/06 16:14
Most people send out links both ways. The first way is just to send it
out as regular text, such as:
http://www.google.com/
They also do this:
http://www.google.com/
<a href="http://www.google.com/">AOL Users, Click Here</a>
I'm sure you understand :) Rob
Ernestino wrote:
> Hi,
>
> I have this problem. I created a script to send newsletters by email, but
> whenever I write a link in the text of the message, it is non clickable
> when it arrives to the user, say, www.mydomain.com, but if I write <a
> href="www.mydomain.com">My Url</a> it works fine.
> Now, I friend of mine has told me that with his old site, developed in
> ASP, he only had to write the link, without any tag, and when the message
> arrived, every link was clickable.
>
> Could anyone give me an advice?
>
> Francesco
[Back to original message]
|