Please help ...
Ive cobbled this script together from bits of older scipts to alter my paypal module template from 2 seperate paypal donate buttons - to appearing as one whole image - with 2 buttons worked into that image.
Im being told this doesnt work in opera?
I also would like to add rollover effects to those 2 buttons, but all the scripts Ive found here seem to associate with 'img src' tags rather than how the images are used in this script ? and subsiquently dont work..
Quote:
<td class="alt1" align="center" width="100%" height="50%">
<img src="http://www.50klicks.com/kinobe/50kpaypallogo001aPARTA.jpg" border="0" alt="50Klicks.com exists purely because of the loyalty, determination, and dedication of our many members. We would not be here if it wasn't for you, Please spare any money you have because without your donations we could not continue. Many Thanks."><br><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="edmundulous@gmail.com">
<input type="hidden" name="item_name" value="Game Server Donation">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="tax" value="0">
<input type="image" src="http://www.50klicks.com/kinobe/50kpaypallogo001aPARTB1.jpg" border="0" name="submit" alt="PLEASE HELP - Donate to our Ranked Server Fund!"></form><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"><input type="image" src="http://www.50klicks.com/kinobe/50kpaypallogo001aPARTB2.jpg" border="0" name="submit" alt="PLEASE HELP - Donate to our Forum and Site Hosting Fund!"><img src="http://www.50klicks.com/kinobe/50kpaypallogo001aPARTB3.jpg">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="madmaca@gmail.com">
<input type="hidden" name="item_name" value="Forum Hosting Donation">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="tax" value="0">
</form>
|
Is there a better way of doing these basic paypal link buttons that is going to be more compatible ? and easier to apply rollovers too ?
thanks in advance.