Infranight
Member
Posts: 50
Joined: Aug 2008
Reputation: 0
MyBux: 4
|
PayPal Donation
I am currently trying to add a "pay" button onto my postbit, but I can't get it to align with the rest of my buttons.
Code:
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
<a href="http://discussadmin.com/myawards.php?uid={$post['uid']}"><img src="/images/FreshBlue_mybb_1.4/english/awards.gif" /></a>
<a href="http://www.discussadmin.com/plaza.php?action=page&p=inventory&uid={$post['uid']}"><img src="/images/FreshBlue_mybb_1.4/english/donate.gif" /></a>
<!--
<form name="_xclick" target="_blank" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="{$post['fid9']}">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="">
<input type="image" src="/images/FreshBlue_mybb_1.4/english/pay.gif"
border="0" name="submit" alt="Donate via PayPal!">
</form>-->
</div>
That is currently my code.
Can anybody tell me how to align the buttons?
|
|
| 03-27-2009 05:58 AM |
|
grimace
Junior Member
Posts: 10
Joined: Apr 2009
Reputation: 0
MyBux: 0
|
RE: PayPal Donation
try using <CENTER></CENTER> if you want it centered
|
|
| 04-16-2009 04:37 AM |
|
cohen
Member
Posts: 74
Joined: Apr 2009
Reputation: 0
MyBux: 109
|
|
| 04-23-2009 10:19 PM |
|
DrDaxxy
Junior Member
Posts: 3
Joined: Apr 2009
Reputation: 0
MyBux: 0
|
RE: PayPal Donation
What's the code for your other buttons?
|
|
| 04-24-2009 06:08 AM |
|
GigaSpace
Junior Member
Posts: 16
Joined: Apr 2009
Reputation: 0
MyBux: 1
|
RE: PayPal Donation
yes, use Quote:<div align='center'> code you want to align here </div>
|
|
| 04-30-2009 10:55 PM |
|
cohen
Member
Posts: 74
Joined: Apr 2009
Reputation: 0
MyBux: 109
|
|
| 05-06-2009 11:49 AM |
|