So to clarify... using an image as the paypal purchase button? In which case, its easy. Just an image as a link. Use this: Code (Text): <a href="EBAYPURCHASELINK/" target="_blank"> <img src="IMAGELINK.JPG" width="200" height="261" border="2" alt="whatthenewpagewillbecalled" /> </a> Does make sense? If you give me the links, I can write the code for you. You can also adjust the size by editing the numbers after width and height.. and if you don't want a border on the picture, change it from 2 to 0. The code above if done correctly will open it in a new page... Thats why Its got the target="blank" bit in there.. Let me know if you have trouble
Code (Text): <a href="LINK HERE"><img src="https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif"></a> It would look like the below but WITH a link.