• I’m trying to have a buy now button that links to my paypal store. When I paste the code in most of it works. The problem is that the image (the button) doesn’t show up, and wordpress keeps knocking it out of the html everytime I try and put it back in.

    The alt text link stays, and that works to getting to my store.

    Any idea why this would be happening?

    Thanks, John Freeborn – john_freeborn @ hotmail.com

Viewing 1 replies (of 1 total)
  • The WordPress ‘engine’ processes that button code and so breaks it. Buttons cannot exist in posts like that. You can have it outside of ‘The Loop’ an it will look and work just fine, but inside it will not.
    ‘The Loop’ is inside index.php and you would need to edit your code in there is you wanted. There is some more reading here:
    https://codex.www.ads-software.com/The_Loop

Viewing 1 replies (of 1 total)
  • The topic ‘Form Question’ is closed to new replies.