Your Ad Here


Placing links on your site to other sites or files is extremely easy.

Custom Link Colors example(Using CSS)
Custom Link Colors example(Using CSS).

Text Link

<a href="/img_articles/2256/url goes here">text goes here</a>

Image Link

<a href="/img_articles/2256/url goes here"><img src="/img_articles/2256/image.gif"></a>

You can create a link to a file or graphic the same way. Just put the url of the file in the spot that says "url goes here".

Want to open a link in a new window? Use the following code.

<a href="/img_articles/2256/url goes here" target="_blank"></a>

E-Mail Link

<a href="mailto:you@domain.com">E-Mail Me</a>

Anchors

Anchors let you link to a certain section of your page for faster viewing. It works very well in long pages.

Place your cursor in the part of the page that you wish the user to jump to. Type <a name="anchor name goes here"> Now add the words or images that you would like referenced. Conclude it with </a>

It should look like this:

<a name="about">About</a>

To link to an anchor, use the the following:

<a href="/img_articles/2256/#anchor name">text or image goes here</a>;

You may also create an anchor link to another page

<a href="/img_articles/2256/page.html#anchor name">text or image goes here</a>


Author's URL: Depiction.net
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

Add comments to "Links"

Only registered users can write comment

Reader's comments