ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Computer & Technology Related (https://www.scoobynet.com/computer-and-technology-related-34/)
-   -   HTML guru's - help with shopping cart needed. (https://www.scoobynet.com/computer-and-technology-related-34/402746-html-gurus-help-with-shopping-cart-needed.html)

mynickers 12 February 2005 09:04 PM

HTML guru's - help with shopping cart needed.
 
Hi Guys,

This is probably really simple to you, but I am stuck.

I am setting up a paypal shopping basket on my photography gallery.

I basically want to get the add payment button to go on the right of the drop down menu (on the following code), at the moment, it's default code is to put it on top and centred.

I still want it centred, but I want the description, followed by the drop down option and then the add to cart button to be on the same horizontal line. Also the text seems to not align with the drop down menu box either.

Can anyone help?

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div align="center">
<table align="center">
<tr>
<td align="center" valign="top"><input type="hidden" name="on0" value="16 x 12" Print £35">
16 x 12" Print £35</td>
<td><select name="os0">
<option value="High Gloss (210gsm)">High Gloss (210gsm)
<option value="Semi Gloss (210gsm)">Semi Gloss (210gsm)</select> </td>
</tr>
</table>
<input name="submit" type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" alt="Make payments with PayPal - it's fast, free and secure!" align="top" border="0">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="clarke.nick@gmail.com">
<input type="hidden" name="item_name" value="Stage portrait print 01">
<input type="hidden" name="item_number" value="nc0001">
<input type="hidden" name="amount" value="35.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
</div>
</form>

Many thanks in advance,

Cheers,

Nick

boxst 12 February 2005 09:26 PM

Hello

Like this:

Code:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div align="center">
<table width="365" align="center">
<tr>
<td align="center" valign="middle"><input type="hidden" name="on0" value="16 x 12" Print £35">
16 x 12" Print £35</td>
<td align="center" valign="middle"><select name="os0">
<option value="High Gloss (210gsm)">High Gloss (210gsm)
<option value="Semi Gloss (210gsm)">Semi Gloss (210gsm)</select> </td>
<td align="center" valign="middle"><input name="submit" type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" alt="Make payments with PayPal - it's fast, free and secure!" align="top" border="0"></td>
</tr>
</table>
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="clarke.nick@gmail.com">
<input type="hidden" name="item_name" value="Stage portrait print 01">
<input type="hidden" name="item_number" value="nc0001">
<input type="hidden" name="amount" value="35.00">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
</div>
</form>

Steve.

mynickers 12 February 2005 11:01 PM

Thanks Steve, got it sussed now. All working fine and dandy. Thanks very much for taking the time.

Nick


All times are GMT +1. The time now is 05:32 AM.


© 2024 MH Sub I, LLC dba Internet Brands