Sun, 2006-11-19 19:37
Hy,
I need a table of 6rows by 10 columns. I'm using it to display information from a database using PHP.
My question is to create it using tables(old and simple) or div and spam (I think this would cause more problems then it would solve) or some "MAGIC" solution that I'm not aware of.
I would really like your opinions regarding this. What is the smart thing to do?
Sun, 2006-11-19 19:40
#1
Tables are good . . .
. . . for tabular data, which is precisely what you're displaying. Go with a table
Sun, 2006-11-19 20:14
#2
re:
Thanks for the input. I guess I'll do that
Sun, 2006-11-19 22:23
#3
Of course you use a table.
Of course you use a table. That's what tables are for.