Clickable Urls
AOL
Use this method to send AOL users a clickable url:
a href="http://www.westnet.com/~ssherman/">Click Here /a>
(be sure to add the <'s)
Notice the words _Click Here_.
When the users on the AOL system get that above code in their e-mail they will _only_ see _Click Here_.
To make "clickable links use this code:
a href="Put the URL of your link here">Click here! /a>
(be sure to add the <'s)
The only spaces in this are between the opening "a" and "href" AND between "Click" and "here".
Also, where I have "Click here", you can put any text you want and it will show up as a clickable link.
Be sure to enclose the code with html> and /html>. (be sure and add the <'s)
You can also use an image for your clickable link this way:
a href="Put the URL of your link here"> img src="Url of the image you want folks to click on">Click here! /a>
(be sure to add the <'s)
Again, spacing rules and html and /html apply as above.
|