Closed Thread
Results 1 to 12 of 12

Thread: tables

  1. #1
    Junior Member alkaline33 is an unknown quantity at this point
    Join Date
    Oct 2001
    Posts
    4

    tables

    does any one see wut im doing wrong with the middle part on my website, the image has started to go sideways as a background, and i only want it going down, or is that the problem?, i dont know, but heres my website http://www.alkaline.tripod.com

    thanx in advance

  2. #2
    striking reality niv has disabled reputation niv's Avatar
    Join Date
    Dec 2000
    Location
    New York, NY
    Posts
    7,344
    Are you talking about how the text makes the table cell expand to the side? That's because you didn't define the length of the table cells. (<td>)
    the poster formerly known as needcgispace - NOTHING!
    Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
    URL: http://www.obhost.net/
    IRC: irc.gamesurge.net/obhost

  3. #3
    Junior Member alkaline33 is an unknown quantity at this point
    Join Date
    Oct 2001
    Posts
    4
    yes thats what i meant, same with the menu one it expands to the side, so how do define the length of the table cells?

  4. #4
    striking reality niv has disabled reputation niv's Avatar
    Join Date
    Dec 2000
    Location
    New York, NY
    Posts
    7,344
    <td length=length specified in pixels (no symbol needed), or percentage>

    examples:

    a table cell 120 pixels in length:

    <td length=120>

    a table cell 20% in length compared to the table:

    <td length=20%>
    the poster formerly known as needcgispace - NOTHING!
    Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
    URL: http://www.obhost.net/
    IRC: irc.gamesurge.net/obhost

  5. #5
    Rebutted, enshrined meow is an unknown quantity at this point meow's Avatar
    Join Date
    Feb 2001
    Location
    FP Crematory
    Posts
    8,658
    width...not length.
    (o<
    //\ &nbsp; &nbsp; &nbsp; =^..^=

  6. #6
    ლ(╹◡╹ლ) LeX has disabled reputation
    Join Date
    Oct 2000
    Posts
    7,596
    Originally posted by meow
    width...not length.
    ROTFLMAO
    Hayama-kun, how long has it been?

  7. #7
    Rebutted, enshrined meow is an unknown quantity at this point meow's Avatar
    Join Date
    Feb 2001
    Location
    FP Crematory
    Posts
    8,658
    Blobs - blobs - blobs
    (o<
    //\ &nbsp; &nbsp; &nbsp; =^..^=

  8. #8
    Junior Member alkaline33 is an unknown quantity at this point
    Join Date
    Oct 2001
    Posts
    4
    nope it doesnt werk..........ne one else?
    is there a site that has all the table tags possible?

  9. #9
    striking reality niv has disabled reputation niv's Avatar
    Join Date
    Dec 2000
    Location
    New York, NY
    Posts
    7,344
    Originally posted by LeX
    ROTFLMAO
    Hayama-kun, how long has it been?
    three months... -___-;;;;;
    the poster formerly known as needcgispace - NOTHING!
    Obsidian Hosting Networks - Head Admin - Changing the way you play the game.
    URL: http://www.obhost.net/
    IRC: irc.gamesurge.net/obhost

  10. #10
    Rebutted, enshrined meow is an unknown quantity at this point meow's Avatar
    Join Date
    Feb 2001
    Location
    FP Crematory
    Posts
    8,658
    Alkaline...you have a lot of peculiar code in there. There should be only one BODY for instance and it shouldn't be at the bottom. Since you have an outer table use that for centering the the content with align="center" in the TD tag rather than with margins in the BODY tag.

    Alas, only the first lessons are still free but they should be enough to get you going.
    http://www.pagetutor.com/pagetutor/tables/index.htm
    (o<
    //\ &nbsp; &nbsp; &nbsp; =^..^=

  11. #11
    Junior Member alkaline33 is an unknown quantity at this point
    Join Date
    Oct 2001
    Posts
    4
    the body stuff doesnt do ne thing thats for the ad on tripod, but wut u sed just messed it up even more

  12. #12
    Rebutted, enshrined meow is an unknown quantity at this point meow's Avatar
    Join Date
    Feb 2001
    Location
    FP Crematory
    Posts
    8,658
    No, here's what you had at the bottom of your page. It wasn't for no addy (then you wouldn't have been able to take it away).

    <body background="images/background.gif" text="#000000" link="#ffffff" alink="#000000" vlink="#ffffff" leftmargin=199 topmargin=20 marginwidth=0 marginheight=0>

    IE swallows anything so it applied those margins.

    Your (top) body tag looks like this:
    <!body>
    The exclamation mark has nothing to do there. Take it away and put in the background image and link stuff in that you had in the bottom body tag. Then give the table a width as already suggested. Without that it will stretch like it does now.

    Btw the format for comments is <!-- --> not <!-- --!>
    (o<
    //\ &nbsp; &nbsp; &nbsp; =^..^=

Closed Thread

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