Tables... why don't they do what I want them to do!

Discussion in 'HTML & Website Design' started by Klaas Koopman, Mar 27, 2006.

  1. #1
    Everytime I try to code my design I am having problems with the tables... I can get the top to work, no problem, but when I move onto the content part...

    If I got 2 tables, one left, one right. And in the left table I got 6 rows in them, I can't have 2 rows in the table on the right, and put the line where I want it to be...

    Does anyone understand me here ? And does anyone know how I can fix this?

    And is it hard to start using div's?
     
    Klaas Koopman, Mar 27, 2006 IP
  2. mahmood

    mahmood Guest

    Messages:
    1,228
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hey welcome to the club of table enemies.

    and yes it is hard to use div's specially if you want to write cross browser web pages. but gives you absolute positioning power.

    .
     
    mahmood, Mar 27, 2006 IP
  3. Klaas Koopman

    Klaas Koopman Well-Known Member

    Messages:
    895
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #3
    so do you reckon I should start using divs then hea?
     
    Klaas Koopman, Mar 27, 2006 IP
  4. Tam

    Tam Peon

    Messages:
    89
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Definitely use divs and css (css layouts) unless you have a true tabular layout to create (i.e. one where tables and cells are all the same heights if you see what I mean?).

    When you have tables with cells that do not have the same hieghts in rows, you get problems and usually have to resort to using stacks of spacer images in their own cells to maintain a consistent layout. This increases tha amount of unnecessary coding and subsequently increases your file size and whatnot.

    Table based layouts are a tad old and redundant now and in no way offer you the layout capabilities of divs and css (such as placing main content before headers and other content - excellent for SEO), not to mention that css layouts are much easier on file sizes. There are quite a few ready made cross browser compatible css layouts on the net, just google for them.

    Good luck :)
     
    Tam, Mar 27, 2006 IP
    Klaas Koopman likes this.
  5. Klaas Koopman

    Klaas Koopman Well-Known Member

    Messages:
    895
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #5
    Thanks alot tam I appreciate it! I am looking into it now! Thanks again! Rep Added!
     
    Klaas Koopman, Mar 27, 2006 IP