Need a little help linking a image ..

Discussion in 'HTML & Website Design' started by husla3x, Sep 22, 2011.

  1. #1
    Thanks in advanced guys. I can't figure out how to link this image. It's html but for some reason I cant get it linked, maybe I am sleepy or just haven't run into this yet. Seems like it would be easy but every time i try to link it it goes out of the container/holder thing and the images no longer form a straight line. Any held would be greatly appreciated. Here is the code from 1 image, if I can get this to click out to a url besides the larger preview pic (thats what it does now....) when I try it just shows the image for trying to load the missing larger image.

    <li class="zoom">
    <a href="img/largepics/xxxxxxxx.png" title="" rel="gallery">
    <span class="rollover"></span><img src="http://www.xxxxxx.com/banners/5_Banner-1.png" alt="" title="" />
     
    husla3x, Sep 22, 2011 IP
  2. pj hardon

    pj hardon Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    <a href="your url location goes here" title="" rel="gallery"><img src="http://www.xxxxxx.com/banners/5_Banner-1.png" alt="" title="" /></a> Close the link

    this is one way to do it If this does not work you need to provide more information.
     
    pj hardon, Sep 22, 2011 IP
  3. husla3x

    husla3x Well-Known Member

    Messages:
    640
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thanks!!! Worked like a charm.
     
    husla3x, Sep 23, 2011 IP
  4. husla3x

    husla3x Well-Known Member

    Messages:
    640
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #4
    No luck live. SPoke too soon.
     
    husla3x, Sep 23, 2011 IP
  5. pj hardon

    pj hardon Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    In that case if it works on your computer but not in the browser it would have to be a url issue. What part doesn't work, link or image?
     
    pj hardon, Sep 28, 2011 IP