I'm in the process of building my very first sales site, and I found some basic button-generating software I don't remember where. I noticed that it did not include any kind of link, so I tried to add it myself. Here's what I came up with:
<button><a href="" target="_blank">Buy Me!</a></button>
I put the
URL to the particular product, with my affiliate information included, and voila! It turns up on the page. Alas, when I click on it, nothing happens, and no
URL shows up at the bottom of the screen as it does when I mouse over a hot link. Surely I have the right link. Am I missing something else that ought to be there to make it work?
Thanks.