PDA

View Full Version : Xhtml code to use jpegs as links please



digmen1
05-03-2007, 04:05 AM
Hi Guys

I am designing my first web site using Notepad.

I need a bit of help with a line of code to allow me to use a jpeg image as a link to a web page.

I would also like to be able to make the jpeg standout when the user mouses over it.

Any suggestions ?

I have a couple of good books on XMTL programming, but they do not use jpegs as links.

Kind Regards

Digby
NZ

tesco
05-04-2007, 10:18 PM
URL with text:

<a href="http://filesharingtalk.com/vb3/">Click Here</a>
URL with an image:

<a href="http://filesharingtalk.com/vb3/"><img src="http://filesharingtalk.com/images/left_new.gif" alt="" /></a>
URL with image, linebreak and text:

<a href="http://filesharingtalk.com/vb3/"><img src="http://filesharingtalk.com/images/left_new.gif" alt="" /><br />Click Here</a>

digmen1
05-09-2007, 03:17 AM
Thanks Rossco

regards

Digby