Tuesday, March 13, 2007

Using an image as a link

A short and probably embarrassingly silly question: Could someone please explain to me how I can make/transform an image into a link to be clicked on?

This Post was written by Ilva from Lucullian Delights

4 comments:

FJKramer said...

I'm no expert, but I did it by going to the html, placing the url code for the appropriately sized image (it needs to be hosted somewhere)in the spot I would normally put the name or other descriptor of the link.
It worked like a charm in old blogger, haven't tried it lately.

Andrew said...

easy - you just have to wrap the image code in the url you want.

so you would have

[a href="xxx" etc][img src="xxx" etc][/a]

replace the [] with <>

Ilva said...

fjk-fortunately I have the old blogger template...

Andrew-Thanks a lot! It works!

Sharon Pickering said...

I did a post called Background and clickable images which explains how.