never forget
Web Statistics

Happily Painting Div Layout

author: Uday

10/27/2007 10:14 PM

10/27/2007 07:28 AM

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="">MySpaceProDesigns</a>

Produces:

MySpaceProDesigns

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="">
<img src="/images/MPDLogo.jpg">
</a>

Produces:

image link

Comments

View Comments (0) •  Leave Comment  •  Support Forum