Results 1 to 3 of 3

Thread: Help, Help, Help!!!!

  1. #1
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Help, Help, Help!!!!

    the issue im having is with the height of the rows in the table on this page: www.reefscavengers.com/inverts.html

    i want to be able to slim them down (make them smaller height-wise) but i think the issue is with the paypal coding behind the "add to cart" buttons in each row. for some reason there is a large gap below each add to cart button, making the rows to thick and un-editable, but this gap is not part of the cart button image and it is not created by line breaks below the image. anyone know how i can make my rows thinner?

  2. #2
    Join Date
    Oct 2006
    Location
    Shanghai, China
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    put the <form> and </form> tags, as well as any <input> tags that are hidden outside of the table.

    for example:

    <table>
    <form method=post> <<< see? it's outside
    <tr><td>
    <input>
    </td></tr>
    </form> <<< see? it's outside
    </table>

  3. #3
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    many many thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •