Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    For the PayPal buttons, as with any HTML code: It is important that you enter the code for the button without any manual line breaks, as those (due to the behavior of WP-Table Reloaded) can break the code. Thus, you must remove any manual line breaks in the code, so that only those that are added automatically by the browser, due to the width of the text field, are left.

    (See http://ww.wp.xz.cn/support/topic/wp-table-reloaded-massive-space-issue, where the same happened.)

    Regards,
    Tobias

    Thread Starter michaelstetina

    (@michaelstetina)

    I removed the line breaks and the button moved up. Now how can I remove the spacing below the button. Here is the code on one line:

    <form target=”paypal” action=”https://www.paypal.com/cgi-bin/webscr&#8221; method=”post”><input type=”hidden” name=”cmd” value=”_s-xclick”><input type=”hidden” name=”hosted_button_id” value=”ZLFYXWCWCUPTE”><table><tr><td><input type=”hidden” name=”on0″ value=”Sizes”>Sizes</td></tr><tr><td><select name=”os0″> <option value=”S/M”>S/M </option><option value=”L/XL”>L/XL </option></select></td></tr>
    </table><input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif&#8221; border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
    <img alt=”” border=”0″ src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif&#8221; width=”1″ height=”1″></form>

    Thank you.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    great! There’s one more line break now at the end of the code. So, just move the cursor after the </form> and hit the “Del” key a few times to remove it, and save.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Paypal Button Spacing’ is closed to new replies.