HTML Tables
April 30, 2004 7:37 AM
Subscribe
Basic HTML question re. using tables for no frills layout: if I have a centred table with just one or two TR rows with say 3 TD cells in them, and keep sporadically adding stuff to the cells in the bottom row so that they become humungously long, will something eventually break? Anyway, are tables cool for layout? Or should I be thinking about learning something else?
I'd like a wide central column that is centred on the page, aligned to the same size as the page banner (in this case 680 px), in which bloggish text would be accumulated; and then to have the options of narrower columns on the left and right sides for internal/external nav. I could do this with a simple, centred, three column table, but are there any good reasons why I should not? At the moment I do not want to do anything fancier than this. It seems like the three column format is a fairly standard one but when I check out other people's markup there's quite often a whole bunch of fancy-pants looking stuff in there to achieve it. ;) Anyway, any help greatly appreciated.
posted by carter to computers & internet (36 comments total)
If you really want to move to something other than tables you can jump into CSS. CSS is more powerful, but very frustrating and problematic.
From your tone I suspect tables are the way to go.
posted by y6y6y6 at 7:54 AM on April 30, 2004