Help with table problem

Discussion in 'HTML & Website Design' started by BunnyB, Jun 23, 2009.

  1. #1
    At least I think it's a table problem. If you go to this site and put something in your cart, then click Checkout, the prices on the right side are truncated in IE. I have no idea how to fix this. Can someone take a look, please? I'd appreciate it.
     
    BunnyB, Jun 23, 2009 IP
  2. www.amagit.com

    www.amagit.com Peon

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I was just playing around with the code and found a workable solution:
    Change cellpadding from 5 to 30 at this point in your code:

    <table cellspacing="0" cellpadding="30" border="0" width="100%">
    <tr>
    <th><div class="ColumnTitle Center">Product Image</div></th>
    <th><div class="ColumnTitle Center">Product Name</div></th>
    <th width="10%"><div class="ColumnTitle Right">Qty</div></th>
    <th width="10%"><div class="ColumnTitle Right">Price</div></th>
    <th width="10%"><div class="ColumnTitle Right">Total Price</div></th>
    </tr>
     
    www.amagit.com, Jun 23, 2009 IP
  3. BunnyB

    BunnyB Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I think that did it! Thank you so so much! :)
     
    BunnyB, Jun 23, 2009 IP