| Author |
Message |
Palindrome
Nuke Cadet


Joined: Nov 28, 2005
Posts: 2
|
Posted:
Fri Dec 02, 2005 11:43 am |
  |
I've tried installing a paypal button, but the HTML editor doesn't accept the HTML I copied from the paypal site. Anyone know what the problem is? Can I do this?
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="bogusbuis.com">
<input type="hidden" name="item_name" value="bogusitem">
<input type="hidden" name="item_number" value="0001">
<input type="hidden" name="amount" value="19.95">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form> |
|
|
   |
 |
astalavistabd
Captain


Joined: Dec 19, 2004
Posts: 663
Location: Canada
|
Posted:
Fri Dec 02, 2005 6:00 pm |
  |
|
        |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Fri Dec 02, 2005 8:04 pm |
  |
|
     |
 |
Palindrome
Nuke Cadet


Joined: Nov 28, 2005
Posts: 2
|
Posted:
Sat Dec 03, 2005 5:59 am |
  |
Thanks for the replies.
When I first started working with my site, I didn't know much about PhP Nuke and I set up my Message area as the main page -sort of. Anyway, that's where I tried to put the button.
I guess that's a block. I've downloaded PHP-Nuke Tools v3.0. I'll try using it to convert the HTML to PHP. After I do that, do I insert it again using the editor?
my site is http://www.robertlhannah.com |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Sat Dec 03, 2005 2:45 pm |
  |
|
     |
 |
bigone
Nuke Cadet


Joined: Apr 17, 2006
Posts: 7
|
Posted:
Mon Apr 17, 2006 11:03 am |
  |
|
   |
 |
bigone
Nuke Cadet


Joined: Apr 17, 2006
Posts: 7
|
Posted:
Tue May 02, 2006 7:15 pm |
  |
Figured it out... Used single quote instead of double quotes in the code... works fine now... |
|
|
   |
 |
shmk
Corporal


Joined: Nov 07, 2003
Posts: 57
|
Posted:
Tue May 09, 2006 4:39 am |
  |
| bigone wrote: |
| Figured it out... Used single quote instead of double quotes in the code... works fine now... |
Or inserting a backslash in front of every double quotes have to be the same result.  |
_________________
 |
|
    |
 |
|
|