paypal buttons
Permalink 1 user found helpful
when I paste my buy now button in my
web page it becomes faded and oversized
what am I doing wrong?
stick5
web page it becomes faded and oversized
what am I doing wrong?
stick5
can you show a screenshot or the actual page?
how do I do a screen shot?
On Windows it's Ctrl-PrintScrn, on Mac it's Command-Shift-3.
Question: how exactly are you "pasting in your button"? If you're doing it in a "Content" block, the block may be adding extra code around your button which could mess up the layout. Try pasting it into an "HTML" block instead. If that still doesn't work, it's probably some weird style in your CSS, which is not so easy to figure out as it could be any of a number of things. If you have firefox, try installing the "Firebug" plugin, which lets you click on things in web pages and shows you the stylesheet rules for them (which may help you figure out what's going on).
Question: how exactly are you "pasting in your button"? If you're doing it in a "Content" block, the block may be adding extra code around your button which could mess up the layout. Try pasting it into an "HTML" block instead. If that still doesn't work, it's probably some weird style in your CSS, which is not so easy to figure out as it could be any of a number of things. If you have firefox, try installing the "Firebug" plugin, which lets you click on things in web pages and shows you the stylesheet rules for them (which may help you figure out what's going on).