Will pay $3 for the first person to correctly alighn this button for me

Discussion in 'HTML & Website Design' started by Dee2007, Oct 7, 2008.

  1. #1
    Hi, what I need is a 3px space between the drop down and the button and I need the button centered with the drop down.

    Please post here and the first person to align it correctly I will sent the $3 via paypal.

    Here is the current code

    <form action="http://www.aitsafe.com/cf/add.cfm"; method="post">
    <input type="hidden" name="userid" value="000000000">
    <input type="hidden" name="return" value="www.tne.co.uk/2006/mals/">
    <input type="hidden" name="qty" value="1">
    <input type="hidden" name="price" value="15.00">

    <select name="product[]">
    <option selected value="">Choose a size</option>
    <option value="0 - 3m onesie">0-3m onesie</option>
    <option value="6 - 12m onesie">6-12m onesie</option>
    <option value="Toddler Tee">Toddler Tee</option>
    </select>
    <br /><br /><input type="image" src="button.jpg" border="0" />
    </form>


    Thanks

    Dee
     
    Dee2007, Oct 7, 2008 IP
  2. Radz

    Radz Notable Member

    Messages:
    1,497
    Likes Received:
    304
    Best Answers:
    0
    Trophy Points:
    280
    #2
    Probably i didn't undertsnad u correctly.. u want to keep button/image in center of the page??

    here it is

    <form action="http://www.aitsafe.com/cf/add.cfm"; method="post">
    <input type="hidden" name="userid" value="000000000">
    <input type="hidden" name="return" value="www.tne.co.uk/2006/mals/">
    <input type="hidden" name="qty" value="1">
    <input type="hidden" name="price" value="15.00">

    <p align="center">

    <select name="product[]">
    <option selected value="">Choose a size</option>
    <option value="0 - 3m onesie">0-3m onesie</option>
    <option value="6 - 12m onesie">6-12m onesie</option>
    <option value="Toddler Tee">Toddler Tee</option>
    </select>
    <br /><br /><input type="image" src="button.jpg" border="0" />
    </p>
    </form>
     
    Radz, Oct 7, 2008 IP
  3. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #3
    Hi, no, when I mean is currently there is quite a gap between the drop down menu and the add to cart button, I need that gap closed to around 3px, I also need the add to cart button aligned with the center of the drop down menu.

    Dee
     
    Dee2007, Oct 7, 2008 IP
  4. iTeachWeb.com

    iTeachWeb.com Active Member

    Messages:
    133
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #4
    I think this should fix the problem:

    <form action="http://www.aitsafe.com/cf/add.cfm"; method="post">
    <input type="hidden" name="userid" value="000000000">
    <input type="hidden" name="return" value="www.tne.co.uk/2006/mals/">
    <input type="hidden" name="qty" value="1">
    <input type="hidden" name="price" value="15.00">

    <select name="product[]">
    <option selected value="">Choose a size</option>
    <option value="0 - 3m onesie">0-3m onesie</option>
    <option value="6 - 12m onesie">6-12m onesie</option>
    <option value="Toddler Tee">Toddler Tee</option>
    </select>
    <br />
    &nbsp;&nbsp;&nbsp;&nbsp;<input type="image" src="button.jpg" border="0" />

    </form>

    Payment isn't need. Good luck
     
    iTeachWeb.com, Oct 7, 2008 IP
    Dee2007 likes this.
  5. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #5
    Thank you, that's looks fine.

    As for the payment, thank you that is much appreciated :)

    Rep+ Given :)

    Dee
     
    Dee2007, Oct 7, 2008 IP
  6. iTeachWeb.com

    iTeachWeb.com Active Member

    Messages:
    133
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #6
    You welcome - Glad I could help :)
     
    iTeachWeb.com, Oct 7, 2008 IP