Say I post an HTML of a picture in the sidebar, is it possible to hyperlink it? Thanks!
Say I post an HTML of a picture in the sidebar, is it possible to hyperlink it? Thanks!
probably you would use a text widget - so use the usual html for links:
<a href="http://www.yourlink.com"><img ...></a>
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¤t=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/
did you solve it? the image is already linked.
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?
if you want to link it somewhere else, change from:
<a href="http://s662.photobucket.com/albums/uu347/threethings_photos/?action=view¤t=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.
I had tried changing the other link; which messed it all up.
However, this is now resolved. Thank you!
This topic has been closed to new replies.