for the search, my way to preload images! haha

Search for in

Creating Links

HTML Coding Tutorials | Submited Nov 14, 2007

Written by: James

How to create links using HTML.



*the quotations are part of the code and must be included*
*replace what is colored with what is called for*



Basic Link:



<a href="URL_GOES_HERE">TEXT_GOES_HERE</a>

a link to skem9 for example...

<a href="http://skem9.com">Layouts Galore!!</a>




Link that opens in a new window:



<a href="URL_GOES_HERE" target="_blank">TEXT_GOES_HERE</a>

example...

<a href="http://skem9.com" target="_blank">Layouts Galore!!</a>



Image Link:



<a href="URL_GOES_HERE" target="_blank"><img src="URL_TO_IMAGE_GOES_HERE"></a>


<a href="http://skem9.com"><img src="http://skem9.com/images/blue_site_theme/header2.gif"></a>

tags Tags: link links hyperlinks image links

4Thumbs up  Thumbs down0

Related Tutorials
Creating Links
Adding Glitter to Images
Images in HTML
Image filters for IE
How to get an Image name on Myspace
Text / Image Reflection
Myspace URL box images
Resize comment images [skem9]
Blog images
Image hovers
Hiding the pics/video links
HTML Anchors
Adding the bottom links to an overlay
DIV layout tutorial - version 2008
Randomness with PHP
PSP : MAKING IMAGES TRANSPARENT (TUT 2)
PSP : MAKING IMAGES TRANSPARENT (TUT 3)
Replace proInfo with image
Two Default Pictures
Hiding subscribe to blogs, view all friends, and comment links
3 Comments
  GrammaSue ~ 08/25/08, 8:24pm
Picture..
ok...For the old & feeble! I'm using an overlay, and having no success in getting the "addme" "message me" links to work... so far, I've only succeeded in linking everyone back to my own layout
  dylansmommom ~ 03/04/08, 5:42pm
Picture..
This is so confusing!
  User Picture.. ~ 11/15/07, 3:20pm
Picture..
already knew how to do this, but you explained it in a very easy way for others to understand, GREAT job hun!!
[yay] [raspberry]

1 


Sorry, you have to be a member to comment tutorials