Results 1 to 5 of 5

Thread: problem with the alignment (i think)

  1. #1
    Join Date
    Aug 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default problem with the alignment (i think)

    Here is the code I am stuck on (I'm a newb at html):


    <html>
    <head>
    </head>

    <body>


    <!--Site's content table starts here-->
    <table border=1 bgcolor=#FFFFFF>
    <tr>

    <td align=left>

    <table border=0 bgcolor=#FFFFFF width=200 height=500>
    <td>


    asd

    </table>

    </td> <td align=left>

    <table border=0 bgcolor=#FFFFFF width=700>
    <td>


    sdf

    </table>

    </td> <td align=left>

    <table border=0 bgcolor=#FFFFFF width=200>
    <td>


    asd

    </table>

    </td> </tr>

    </table>


    </body>


    The problem is, the letters on each table won't go to the top. I don't know what I'm doing wrong. The left table is for the menu, the middle is for the main content, and the right is affilliates and such. The letters won't stop going to the middle of each table, can someone tell me what I'm doing wrong. thanks in advance.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    HTML Code:
    <td align="left" valign="top">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks

    Edit: it works for the left table, but the center and right table still have there fonts down in the center.
    Last edited by neoherulian; 08-06-2005 at 10:07 PM.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Huh?
    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Aug 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry to answer so slowly...but it works now. Thanks for the help earlier.

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
  •