Team Chevelle banner
1 - 6 of 6 Posts
I am using yahoo email. When I copy a web page and paste it into a message it does not turn blue and you cannot click on it to open the web page. Any suggestions please.
Jon
What you are looking for is the URL of the web page to be formatted in HTML so that it's a clickable link. Below is what it would look like in it's HTML format.

Code:
[SIZE=2]
<a href=www.google.com>Take me to Google!</a>
[/SIZE]
But, if you are pasting this into an application that does not support HTML and is plain text only, it will not work.
 
1 - 6 of 6 Posts