Forums

[resolved] Linking text and/or picture in sidebar? (7 posts)

  1. threethings
    Member
    Posted 2 years ago #

    Say I post an HTML of a picture in the sidebar, is it possible to hyperlink it? Thanks!

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    probably you would use a text widget - so use the usual html for links:
    <a href="http://www.yourlink.com"><img ...></a>

  3. threethings
    Member
    Posted 2 years ago #

    Where would I put that?
    Here's the HTML for the Image/Widget. (It's in a Text field.)

    <a href="http://s662.photobucket.com/albums/uu347/threethings_photos/?action=view&current=shirtad.gif" target="_blank"><img src="http://i662.photobucket.com/albums/uu347/threethings_photos/shirtad.gif" border="0" alt="Photobucket"></a>

    Here's the site. Scroll all the way to the bottom, it's the shirt ad I'm looking to link.
    http://thehungergamestribute.co.cc/

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    did you solve it? the image is already linked.

  5. threethings
    Member
    Posted 2 years ago #

    The image is linked - to the picture itself on Photobucket.
    Perhaps in the code posted above, there's a URL that I need to change?

  6. alchymyth
    The Sweeper
    Posted 2 years ago #

    if you want to link it somewhere else, change from:

    <a href="http://s662.photobucket.com/albums/uu347/threethings_photos/?action=view&current=shirtad.gif" target="_blank"><img src="http://i662.photobucket.com/albums/uu347/threethings_photos/shirtad.gif" border="0" alt="Photobucket"></a>

    to:

    <a href="http://www.mylinkwebsite.com" target="_blank"><img src="http://i662.photobucket.com/albums/uu347/threethings_photos/shirtad.gif" border="0" alt="Photobucket"></a>

    with 'www.mylinkwebsite.com' being the hyperlink you want to use.
    btw: - target="_blank" opens the link in a new window.

  7. threethings
    Member
    Posted 2 years ago #

    I had tried changing the other link; which messed it all up.
    However, this is now resolved. Thank you!

Topic Closed

This topic has been closed to new replies.

About this Topic