Results 1 to 3 of 3

Thread: Xhtml code to use jpegs as links please

  1. #1
    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

  2. Internet, Programming and Graphics   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    URL with text:
    HTML Code:
    <a href="http://filesharingtalk.com/vb3/">Click Here</a>
    URL with an image:
    HTML Code:
    <a href="http://filesharingtalk.com/vb3/"><img src="http://filesharingtalk.com/images/left_new.gif" alt="" /></a>
    URL with image, linebreak and text:
    HTML Code:
    <a href="http://filesharingtalk.com/vb3/"><img src="http://filesharingtalk.com/images/left_new.gif" alt="" /><br />Click Here</a>

  3. Internet, Programming and Graphics   -   #3
    Thanks Rossco

    regards

    Digby

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •