• Hello….I’ve been making tables for eons, but this one has me stumped. No matter what width I put in for the table, it’s entirely ignored and the last of the four graphics runs off the screen. I changed the CSS from table width=100% to 75%, no go. The last graphic still goes off the edge. the entire width of the graphics is 488px, with a 5px cellpadding. I’ve done away with cellpadding, it made no difference. I can only think it’s something I’m missing in css?

    http://adriennegiordano.com/bookshelf

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m just guessing on this one, but what happens if you try to adjust the padding here;

    th, td, caption {
         padding: 4px 10px 4px 5px;
    }

    I got it centered in Firebug by adding this margin to the .post selector:

    .post {
     margin: 0 5px 0 -6px;
    }

    Thread Starter intcon

    (@intcon)

    Thanks Clayton for the input…

    Deepbevel, thanks much. That worked. =)

    Just keepin it going..For every solution I get from the forum I come back and stay until I help someone solve something.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Table help needed’ is closed to new replies.