changeing the cell padding on only one row..

Discussion in 'HTML & Website Design' started by dubs89, May 23, 2007.

  1. #1
    Here is a image of my problems:

    [​IMG]

    This is the bottom of my webpage and it is all in a table. Here is a breaif code of how i inserted the image+text on the bottom.

    Thank you in advance :) it is always so helpful here :)
     
    dubs89, May 23, 2007 IP
  2. Paul_Hopkinson

    Paul_Hopkinson Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    your </tr>s and </td>s are in the wrong positions
    e.g you have

    </tr>
    </td>
    </table>

    and it should be

    </td>
    </tr>
    </table>

    same at the top of the code sample and probably else where in the page - sort them out and it will probably sort all the issues out
     
    Paul_Hopkinson, May 23, 2007 IP
  3. dubs89

    dubs89 Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hey i didnt notice that but i changed it and nothing happend... however, i changed it from cellspacing=2 to cellpadding=2 and the white line was removed. Now how can i raise the bottom text up?
     
    dubs89, May 24, 2007 IP
  4. marty

    marty Peon

    Messages:
    154
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try removing the valign=bottom.
     
    marty, May 24, 2007 IP
  5. dubs89

    dubs89 Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    that fixed it i then put in a "br" tag to lower it a little so its perfect thanks
     
    dubs89, May 24, 2007 IP
  6. josh_coffman

    josh_coffman Peon

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ewwwwwwwwww.....tables

    no need for tables unless its actual tabular data like from a database!
     
    josh_coffman, May 24, 2007 IP