Stopping Photobucket click through for designed listings

Hi there.

 

I made somewhat designed listings by saving them as JPEGS, uploading to Photobucket and then putting the HTML links in my listing descriptions.

 

However i've now realised that if a buyer clicks on anything within the listing description it takes them through to my photobucket album.

 

Any idea how to stop that link through from happening?

 

Message 1 of 2
Latest reply
1 REPLY 1

Stopping Photobucket click through for designed listings

The HTML code generated by Phtobucket contains the link, so you have to remove that part of the code if you copy/paste it from Photobucket's generated HTML code. 

 

This is what the code will originally look like (I've picked a random public image from PB just to demonstrate):

 

<a href="http://photobucket.com/images/violetine" target="_blank"><img src="http://i394.photobucket.com/albums/pp25/simmonnete/IMG_0029.jpg" border="0" alt="violetine photo: violetine IMG_0029.jpg"/></a>

 

You need to remove everything that precedes the second part, only keeping the code starting from <img

so, you delete from <a href ... to _blank">

Message 2 of 2
Latest reply