html code for table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TNALee
    Confirmed User
    • Dec 2004
    • 327

    #1

    html code for table?

    ok i want to know when you make a table and you dont want that any space at the top of the page before the table starts .....whats the code to put in? i thought it was <no space> or something simple like that but i dont know where to insert it if any of you coders could tell me that would be great.
  • potter
    Confirmed User
    • Dec 2004
    • 6559

    #2
    Not exaclty sure what your talking about.

    It might either be

    topmargin=0 (in the <body> tag)

    or

    valign=top (in the <td> tag)

    Comment

    • TNALee
      Confirmed User
      • Dec 2004
      • 327

      #3
      yeah it was the top margin thing that i totally forgot about , i fixed it myself but i appreciate the post.

      Comment

      • potter
        Confirmed User
        • Dec 2004
        • 6559

        #4
        np, glad I could help.

        Comment

        Working...