Quantcast
Channel: address – Tutorials for Pixels and FAA
Viewing all articles
Browse latest Browse all 5

How do I add clickable links?

$
0
0

EDIT: If you do not want to learn how to make the HTML codes or you are n a hurry, I have written a page that will do it for you.  MAKE HTML LINKS

—————–

In the forum now, FAA have enabled clickable links automatically. Just add the URL (web address) in full, making sure you have the http:// at the front, and the link will be clickable once you press send.

However, in the bio area you will have to use HTML

This one will open the new page in a new Tab on your visitors browser:

<a href=”http://fineartamerica.com” target=”_blank”> Fine Art America </a>

Gives you:  Fine Art America

The addition of the target=”_blank” told the browser to open a blank page. The rest of the code told it what to put in that page.

…………………………..

For pages you wish to open in the same tab on your visitors browser

<a href=”http://fineartamerica.com> Fine Art America </a>

Gives you:  Fine Art America

…………………………..

The best way if you want people to stay on your site and also to go to the new page is to use the first code.  The one that opens the page in a new tab.

Gives you: Fine Art America

The post How do I add clickable links? appeared first on Tutorials for Pixels and FAA.


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images