Results 1 to 7 of 7
  1. #1

    Wink Please help ( Easy )

    Hi,
    http://insanebagel.net/fred/tg.html
    As you can see, the content table drags the other tables down with it, please veiw the code and tell me how I can align both columns full of tables at the top, I added valign="top" to most of the tables, I have triple checked, but please check out the script and help, thank you very much.


    PS: I pull in good hits, so whoever helps me will get the "Special Thanks" tag on my site, a banner linking to yours.

    Thanks again, post or PM me.

  2. #2
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    9,851
    You would have better luck in the Design forum.

    http://www.webhostingtalk.com/forumd...?s=&forumid=43

    or the programming forum.

    http://www.webhostingtalk.com/forumd...?s=&forumid=37

  3. #3
    Join Date
    Jan 2002
    Location
    Charlotte, NC
    Posts
    528
    The cell that you have all of those tables nested in is not top aligned.

    Also, I started looking down your code and see some extra tables and rows that aren't needed.

    Regards,
    Jason
    http://www.charlottezweb.com
    HOSTING your livelihood

  4. #4
    I'm using them as spacers, I realize using <br> <p> and spacer images is easier, but this way I can be exact.

  5. #5
    Join Date
    Jun 2003
    Location
    Proud She-Geek
    Posts
    1,723
    If you add valign=top to the following section (around line 20):
    Code:
      <table width="695" border="0" cellspacing="1" cellpadding="2">
        <tr>
          <td width="307">
    It will align the tables at the top like you're looking for.
    <?php echo "Signature here"; ?>

  6. #6
    Join Date
    Jan 2002
    Location
    Charlotte, NC
    Posts
    528
    Hmm...that's not a smart idea, but okay.

    Didn't I send you the code last week?

    Either way, you didn't top align the left cell for the third table. Look at the third table on your page and add valign="top" inside of the following tag:

    <td width="307">

    Jason
    http://www.charlottezweb.com
    HOSTING your livelihood

  7. #7
    Join Date
    Jan 2002
    Location
    Charlotte, NC
    Posts
    528
    my post displayed after P-nut's...my first response wasn't to his post, just to clarify

    lol

    Jason
    http://www.charlottezweb.com
    HOSTING your livelihood

Posting Permissions

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