Results 1 to 3 of 3

Thread: HTML Help

  1. #1

    HTML Help

    In the process of designing a site , and require some help.

    My problem is im trying to have like three tables / sections on the site for information but each table seems to be placed below the other, rather id like to move the tables into line with each other.

    Does anyone know how i am able to move or set where abouts on the page each table can be ( i can move the tables horizaontaly but want to know how i move the tables up or down on the page).

    thanks

    Not explained it too well but hope its well enought.

  2. #2
    Senior Member
    Join Date
    Mar 2004
    Posts
    557
    If the only tool you have is a hammer, you tend to see every problem as a nail.
    (Abraham Maslow, Psychologist, 1908-70)

  3. #3
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    How about creating a table with one row and 3 columns. Each column contains one of your tables. You're allowed to nest tables.

    let's see...

    Code:
    <insert table1> <insert table2> <insert table3>
    Oliver's Law:
    Experience is something you don't get until just after you need it.

Posting Permissions

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