Website URL
When you are visiting a site, get it's address (url) by doing this: Click on your "Options" key,
then your "Go To" key and
then your "Show Current" key
The address will show up in the address box there. It starts with http://
Now you can either write down that url on paper, or you can CC&P it from that box.
To Copy it , place your curser in the address box and hit your CMD key Plus your "A" key. (at the same time)
To "Cut" it hit your CMD & your "C" key. (you'll hear a little "click" sound)
Now you have the url stuck there in memory until you want to paste it somewhere.
To paste the address into your email or webpage
In the body of your email or webpage, just hold down your CMD key and hit your "V" key.
That will paste it into your email or webpage.
GIFS The same is true with gifs (if they are clickable). When you click on a clickable gif you can get the url , by doing the same things.
hit: Options
Go To
Show Current
(put curser in box) and
Hit CMD and "A" at same time
Then hit CMD and "C" at same time
Then To Paste it into your email or webpage
hit CMD and "V" at same time.
To make the url a clickable link:
Write this code:
<<>html> <<>a href="http://place_url_of_site_here">Click Here<<>/a> <<>/html>
That will make the words "Click Here" clickable.
There is only one space in that whole code, after the<<>a
Let that code wrap naturally line to line-Don't use your return key , use your space bar. It may "jump" and look different, but don't worry about that.
where it says "Click Here", you can write any words you would like people to click on.