PDA


View Full Version : PayPal Module double bar


Ghost Shadow
11-26-2005, 03:23 AM
I added a Paypal module without any problem, BUT, it created a second bar on top. I only want one bar to show, like all other modules. Here is the code I used!

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] PayPal Donations</b></span></td>
</tr>
<tr>
<td class="$getbgrow" align="center">

<span class="smallfont">If you like this website, and would like to give something in return, you can make a donation. Your donation will be used to pay for hosting service, domain, & maintenance costs only!</span>
<br /><br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="you@yourdomain.com">
<input type="hidden" name="item_name" value="Website Support Donation">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
</td>
</tr>
</table>
<br/>

Thank you!
-GS

KW802
11-26-2005, 11:25 PM
Turn off the option in the module properties about using the generic shell.

Ghost Shadow
11-27-2005, 01:43 AM
Turn off the option in the module properties about using the generic shell.

WOW...works great now...thank you!

divided_by_fear
12-17-2005, 12:12 PM
Ghost Shadow could you attach the module? cause i would like something like this..thanks i see your code but i just didnt understand which Template to Include since it ask for that?