-
All my buttons take me to photobucket help! +rep
-
Here Is The Code For You
hey mate, copy this code and change the parts in CAPITALS with your details
Code:
<a href="URL OF LINK TO GO TO">
<img src="YOUR PHOTOBUCKET URL HERE"border=0>
</a>
And that is it. You just copy that code across and change the photobucket url each time and the url of the link to be directed to.
pm me for any more details
ebayseller1
DJ Texa$
-
As above, Photobucket's HTML code includes an HREF to their homepage, so on Invision, when you put the image in to be the button, make it only the IMG SRC tags. That way it should only link where you want it :)
-
More Help
THere are 3 links that photobucket give you,
pick the top one and paste the link into the code above
then put the link to the webpage you need to go in the other link
-
i cant get the link i need to go to becuase i dont have a button that tkes me there also, wont the links be different for each topic
-
yer, but put the code in, then change the details each time
-
where the link i want it to go to becuase i cnt go to the page to get it can i
-
I think if you remove "<a href="urltophotobucket">" and "</a>" it should work.
-
i dont understand what you are talking about troubling
-
Okay, I think I understand you now. If you're in Skinning & Styles -> Images, for each button, replace each URL with Photobucket's.
e.g.
Code:
<img src='http://67.18.37.14/style_images/<#IMG_DIR#>/f_closed.gif' border='0' alt=''>
The 'Locked Folder' would become:
Code:
<img src="http://i10.photobucket.com/albums/a104/ZeroXDelta/closed.jpg" border='0' alt=''>
Note the absence of any <a href> targets, as Invision does these automatically.