Results 1 to 2 of 2

Thread: Link

  1. #1
    Join Date
    Aug 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Link

    How do I change a picture into an icon, so i can use it as a link?

    Example of it is in my blog:
    Http://lindatjoa.blogspot.com/

    It's on the sidebar, the "furiae" link.

    I want to be able to use my own picture/images as a link instead of just names.

  2. #2
    Join Date
    Aug 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't know if I understood what you want, but normally you can link any image:
    Code:
    <a href="link.com" target="_blank"><img src="Image.gif" alt="image"></a>
    You just change the link.com to the URL you want to link to and the image.gif to the path of your image...

    It it this what you wanted?

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
  •