adding a link to a flick’r photo

6
Adding a link to a Flick’r photo Log into your account and choose the photo to which you’d like to attach a link.

Upload: lutie

Post on 16-May-2015

317 views

Category:

Self Improvement


1 download

DESCRIPTION

Very basic into to adding a link to a Flick'r

TRANSCRIPT

Page 1: Adding A Link To A Flick’R Photo

Adding a link to a Flick’r photo

Log into your account and choose the photo to which you’d like to attach a link.

Page 2: Adding A Link To A Flick’R Photo

• Click on the ADD NOTE button at the top right hand corner of your photo

Page 3: Adding A Link To A Flick’R Photo

Position the outlined square where you wish the ‘hot spot’ for the link to be.

Page 4: Adding A Link To A Flick’R Photo

Type in the code and label for your link, and then click save.

Page 5: Adding A Link To A Flick’R Photo

You now have a link in the note on your photo.

Page 6: Adding A Link To A Flick’R Photo

BASIC HTML TAGSBasic Link <a href=”url”>link title</a> (where ‘url’ is the page you want to link to and

‘link title’ is the word/s that you want the link to say.For example<a href="http://www.ecu.edu.au/library">This is a link to the library site</a>

Email Link <a href=”mailto:EMAIL”>email title</a> (where ‘EMAIL’ is the email address

you want to be a link). For example<a href=mailto:[email protected]> Email someone</a>