Results 1 to 7 of 7

Thread: table height

  1. #1

    table height

    i'm trying to get it so the three tables on this page stretch to all be the same height, which i finally achieved, but now the left and right sides stretch out and look stupid... where'd i go wrong?

    http://www.peachymonkey.com/newgame/

  2. #2
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    Not quite sure what's the matter.
    ....

  3. #3
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    by stretch out and look stupid, you mean vertically or horizontally?
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  4. #4
    vertically, there should be no cellspacing or padding of any kind...

  5. #5
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    you need to split the content of the left and right cells from the cells themselves (if you see what I mean). As an example, put the login box inside a CSS div. Or you could just create another table for it. Then valign it at the top...

    <table cellpadding=0 cellspacing=0 border=0>
    <tr>
    <td valign=top>
    <div>login box stuff here</div>
    </td>
    <td>
    Main content here
    </td>
    <td>
    <div> right content </div>
    </td>
    </tr>
    </table>

  6. #6
    i got it to work inside the <div>'s, but i can't get it to stretch to all the same height. i changed the url to http://www.peachymonkey.com/newgame/index2.php
    Last edited by eMEraLdwPn; 02-28-2004 at 08:04 PM.

  7. #7
    Junior Registered
    Join Date
    Apr 2004
    Posts
    4

    test here

    hi, everyone!

Similar Threads

  1. CSS-Layout help? IE6 inserts unexpected space below table
    By kwiat in forum HTML, CSS, Layout, and Design
    Replies: 1
    Last Post: 03-13-2004, 05:33 PM
  2. Table border colors?
    By Kenny L in forum HTML, CSS, Layout, and Design
    Replies: 13
    Last Post: 01-19-2004, 11:14 AM
  3. table drop downs ?? :s
    By k0r54 in forum HTML, CSS, Layout, and Design
    Replies: 3
    Last Post: 11-20-2003, 09:44 PM
  4. Large table and downloading
    By johnn in forum Website Programming & Databases
    Replies: 3
    Last Post: 10-12-2003, 05:53 AM

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
  •