HELP Squidoo Paypal buttons

consciousnesscreates

Power Member
Joined
Feb 17, 2010
Messages
696
Reaction score
108
Can someone please tell me how to make a Squidoo Paypal order now button within the ahref html tags to make it live saying order now


Thanks
 
If you need a buy button through paypal, you can use the service baybo.it. You upload a product file, it hosts it for you, and gives you the code for an html button.

It would look like this:
Code:
<a href="Your-Buy-Url">
    <img src="Your-Button-Image" alt="Order Now" title="Your Product's Description" />
</a>
 
Last edited:
Back
Top