Making an image on Myspace a link to another web site

Want to discuss something with the Inkscape community that doesn't relate to Inkscape? Discuss it here.
somebodysmith
Posts: 4
Joined: Fri Feb 12, 2010 1:28 am

Making an image on Myspace a link to another web site

Postby somebodysmith » Fri Feb 19, 2010 11:42 pm

All right, I have a really off topic TOPIC for you. I want to make our band's t shirt image clickable on our myspace page that links viewers to my cafepress.com site where I sell t shirts.

Cafepress.com web site: http://www.cafepress.com/somebodysmith

I also have the html code and direct link, html code, and image code of the image i want to use on photobucket

Direct Link: http://i488.photobucket.com/albums/rr24 ... or-Whi.jpg

HTML Code: <a href="http://s488.photobucket.com/albums/rr242/pritchie81/?action=view&current=433136397v2_240x240_Front_Color-Whi.jpg" target="_blank"><img src="http://i488.photobucket.com/albums/rr242/pritchie81/433136397v2_240x240_Front_Color-Whi.jpg" border="0" alt="Photobucket"></a>

Image code:I also have that but it will post on here if I do, so can't figure out a way to get it on here without posting the image.


I know you are supposed to combine the image and the site into some sort of string of HTML code, but for some reason I can't seem to understand how to do it.. Everytime I try it just brings up a link on myspace but the picture is not there. Could anybody send me how the code should look so I can try and post it on the website? And, if you need any more information, please let me know. Thanks.

Patrick

User avatar
prkos
Posts: 1625
Joined: Tue Nov 06, 2007 8:45 am
Location: Croatia

Re: Making an image on Myspace a link to another web site

Postby prkos » Sat Feb 20, 2010 3:17 am

You can use Code button to post code. Have you tried the image with a self-closing tag? "/>" I've edited it like that below:

Code: Select all

<a href="http://s488.photobucket.com/albums/rr242/pritchie81/?action=view&current=433136397v2_240x240_Front_Color-Whi.jpg" target="_blank"><img src="http://i488.photobucket.com/albums/rr242/pritchie81/433136397v2_240x240_Front_Color-Whi.jpg" border="0" alt="Photobucket" /></a>
just hand over the chocolate and nobody gets hurt

Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download


Return to “Off topic”