PDA

View Full Version : Image



cbrams9
14 Jul 2006, 12:23 PM
Hi All,

I want to be able to have the image in the header made into a link and I also want to have an alt tag. I want the image to link back to the index page.

I have tryed different coding put cant seem to get it working. I have layers which is in the content is in.

Do I need to set this up in the CSS sheet or in the html sheet?

Also any thoughts on what could be done with this logo:

http://www.imgbox.co.uk/uploads/61d50c7c93.jpg (http://www.imgbox.co.uk/image.php?image=61d50c7c93.jpg)

Thanks

cleyra
22 Jul 2006, 07:48 AM
Hi,

Hmm, maybe you could try this?

<a href="index.html" title="what you want your alt tag to say"><img src="img link here" border="0"></a>

I learnt this a few days ago when I also had the same prob so hope that helps you!