Please see my TaftIDPA website.
Scroll down to my t-shirts for sale.
What code do I use to move my buttons around for the colors and adding to cart. Ideally I would like to have the color of the button go below its corresponding shirt in the photo above. So instead of cascading down, the buttons go across.
Here is my current button code so you don't have to view source.
And that is all the html between buttons. Nothing more.
Thanks for the help! I tried Googling with no success.
Scroll down to my t-shirts for sale.
What code do I use to move my buttons around for the colors and adding to cart. Ideally I would like to have the color of the button go below its corresponding shirt in the photo above. So instead of cascading down, the buttons go across.
Here is my current button code so you don't have to view source.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B5PSQM4M67B8G">
<table><b>PINK</b>
<tr><td><input type="hidden" name="on0" value="Sizes">Sizes</td></tr><tr><td><select name="os0">
<option value="Small">Small </option>
<option value="Medium">Medium </option>
<option value="Large">Large </option>
<option value="X-Large">X-Large </option>
<option value="2X-Large">2X-Large </option>
<option value="3X-Large">3X-Large </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B5PSQM4M67B8G">
<table><b>PINK</b>
<tr><td><input type="hidden" name="on0" value="Sizes">Sizes</td></tr><tr><td><select name="os0">
<option value="Small">Small </option>
<option value="Medium">Medium </option>
<option value="Large">Large </option>
<option value="X-Large">X-Large </option>
<option value="2X-Large">2X-Large </option>
<option value="3X-Large">3X-Large </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
Thanks for the help! I tried Googling with no success.

Comment