Hello,
I've read a number of posts about Paypal button spacing suggesting adding zero padding code in a specific spot. However, it's not solving my problem. Below is the code. I'd like to reduce the space between the dropdown menu and the button. Can you tell me what code to put in and exactly where?
Thank you.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="MJSHCQPF7GYDE" />
<table>
<tbody>
<tr>
<td><input type="hidden" name="on0" value="Select Option" />Select Option</td>
</tr>
<tr>
<td><select name="os0"><option value="Member">Member $45.00 USD</option><option value="Non-member">Non-member $50.00 USD</option></select></td>
</tr>
</tbody>
</table>
<input type="hidden" name="currency_code" value="USD" />
<input type="image" alt="PayPal - The safer, easier way to pay online!" name="submit" src="http://slowfoodportland.com/buy-ticket.gif" />
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" />
</form>