djr33
09-29-2006, 10:10 PM
I have seen a lot that tables are a bad thing to use for layout.
Well... great.
What's your suggestion?
The only thing I can figure out to use to seperate two section on one line is to use cells in a table. Divs like to jump down to the next line, and that's about it.
If you want to get into something more complex, try this:
http://thebrb.com/stockpile
That's a complex php-based script that dynamically gets content from a database. However, at the end it simply puts the $content variable into the preexisting html, and outputs that.
How would you recreate that identically, without using tables?
Well... great.
What's your suggestion?
The only thing I can figure out to use to seperate two section on one line is to use cells in a table. Divs like to jump down to the next line, and that's about it.
If you want to get into something more complex, try this:
http://thebrb.com/stockpile
That's a complex php-based script that dynamically gets content from a database. However, at the end it simply puts the $content variable into the preexisting html, and outputs that.
How would you recreate that identically, without using tables?