I am trying to create a buy it now button on my blog on blogger It looks great but when i click it, it goes to my paypal account page. I used the html code from paypal it is: <div align="center"> <input name="cmd" type="hidden" value="_s-xclick" /> <input name="hosted_button_id" type="hidden" value="Z424M3RD3A3BL" /> <br /> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <table> <tbody> <tr><td><input name="on0" type="hidden" value="Purchase" />Purchase</td></tr> <tr><td><select name="os0"> <option value="Shaving Soap">Shaving Soap $5.00 USD</option> <option value="Shaving Brush">Shaving Brush $5.00 USD</option> <option value="Shaving Soap AND Brush">Shaving Soap AND Brush $5.00 USD</option> </select> </td></tr> </tbody></table> <input name="currency_code" type="hidden" value="USD" /> <input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" type="image" /> <img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" /> </form> </div> my site is http://olliepots.blogspot.com/p/buy-shaving-supplies.html thanks for any help
... View more