This is my PayPal view cart code, after taking out what I figured was the html for PayPal's button image: <form target="paypal" action="https://www.paypalblahblah" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="myemail"> <input type="hidden" name="display" value="1"> </form> And, the html for my image map isn't in the same order as the example given here for image maps, so I have no idea of where to paste my code into the html. My image map starts with: <map name= instead of <img src= It doesn't work when I paste it after the coordinates,then the href: I've tried different places, but it's not working. In the image map example, there is no <form target or </form>.... I've been all over the internet looking for the answers, and see that other people are asking the exact same question, but then there's no replies on the forums, or replies that say it can't be done. You say it can, and that it's simple, but since your example is different than my button code, it's not simple at all. Can someone please tell me what could be wrong and how I can fix it? Am I missing something in my code?
... View more