Page 1 of 1

How To Make Photobucket Links Unclickable

Posted: Fri Jan 29, 2010 12:45 pm
by CRAZYBUBBA
Does anyone know how to do this?

I'm lost.

Re: How To Make Photobucket Links Unclickable

Posted: Fri Jan 29, 2010 4:45 pm
by hermosavtg
If you are placing them in a regular ebay listing the best way to do it is by dragging the image from another browser window in to the listing form.

Re: How To Make Photobucket Links Unclickable

Posted: Sun Jan 31, 2010 1:11 am
by Johnny65
Yes you need to remove a portion of the HTML code that photobucket automatically places in the generated image code.

Below is an example of a complete HTML image code from photobucket: (I've included "quotations" at the beginning and end of the code so as to deactive the link for the sake of showing you the portion of code that needs to be removed)

Remove the bold section from your photobucket image codes. This is the portion of the HTML code that photobucket generates to create the link back to their site. You always want the portion of image code that begins with: <img and ends with: </a>. That's the image hotlink with no link back to photobucket.

"<a href="http://s147.photobucket.com/albums/r300 ... runner.jpg" target="_blank"><img src="http://i147.photobucket.com/albums/r300 ... runner.jpg" border="0" alt="Photobucket"></a>"

Hope that helps. :D

Re: How To Make Photobucket Links Unclickable

Posted: Sun Jan 31, 2010 10:18 am
by CRAZYBUBBA
Thanks guys. That's really helpful.