applied5564
Member
Posted 6 months ago #
How do you center a PayPal button. here is what PayPal gave me:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="C5TS3DB3ZBUNA">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" 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" width="1" height="1">
</form>
Thanks
<table align="center">
<tbody>
<tr>
<td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="C5TS3DB3ZBUNA">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif" 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" width="1" height="1">
</form>
</td>
</tr>
</tbody>
</table>
BTW, I would not leave that code on this forum, it reveals hidden data!
applied5564
Member
Posted 6 months ago #
I put in the above html code and it just showed the code on the visual. Suggestions?
PS: Thank you for taking your time. Do you do this for a living? I am looking for someone to assist me.
If you are simply using the writer in your dashboard, you need to add this is HTML view (see tabs upper right of that box).
Contact me
End of December,
Had exactly the same problem, and came accross this post. Cut and pasted the relevant bits and it worked! Brilliant.
Cheers!
Brian