CSS WordPress PayPal Button Question

1 replies
Using PayPal's add to cart buttons and shopping cart system.

I just copied and pasted the code it provided me and I get this big space between the product price line that's on the site and the paypal button as attached in pic.



I'm not seeing anything in the code that paypal supplies that would bring this button down four lines, do you? Is there something I can add to css that would bring it up so that it's under the "view more details" link?

<p><strong>Price:</strong> $89.95<br />
<a href="http://whatever...">View More Details &gt;&gt;</a></p>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"><br />
<input type="hidden" name="hosted_button_id" value="M9SJQADC4CERJ"><br />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
#button #css #paypal #question #wordpress
  • Profile picture of the author lerxtjr
    haa, solved my own problem, sorry. Turns out paypal code defaults line breaks. I didn't notice it until I pasted it here.
    Signature

    Come practice your public speaking skills with us FREE every week! SpeakersSpeakLIVE.com >>

    {{ DiscussionBoard.errors[8631071].message }}

Trending Topics