myspaceprodesigns.com
link tutorial
text and image links
To create a link we use the <a href=""> tag.
Text Links
This is how we would create a text link:
<a href="URL OF LINK">Name of link</a>
Example:
<a href="http://www.myspaceprodesigns.com">MySpaceProDesigns</a>
Produces:
Image Links
This is how we would create an image link:
<a href="URL OF LINK"><img src="URL OF PICTURE"></a>
Example:
<a href="http://www.myspaceprodesigns.com">
<img src="http://www.myspaceprodesigns.com/images/MPDLogo.jpg">
</a>
Produces:









