Forum Moderators: not2easy

Message Too Old, No Replies

When to use tables?

         

RammsteinNicCage

5:31 pm on Jul 1, 2003 (gmt 0)

10+ Year Member



I don't know if this would be considered tabular data or not. What I want is something like this:

article magazine date language
name name mm/yy english
name name mm/yy german
...

Is there a way to do this with css or is it just too complicated and I should stick with tables?

Jennifer

Tuesday

5:32 pm on Jul 1, 2003 (gmt 0)

10+ Year Member



Personally, from the lazy coder standpoint I speak from, I'd just use tables because it's a format that's easy and it will do just what you need.

How much information do you want to format like that?

moltar

5:56 pm on Jul 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think you should go with tables, after all they were designed for that.. :)

drbrain

5:57 pm on Jul 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In my professional opinion, that is a table.

waldemar

6:00 pm on Jul 1, 2003 (gmt 0)

10+ Year Member



In my semi-professional opinion, that is a table. :-)

RammsteinNicCage

1:19 am on Jul 2, 2003 (gmt 0)

10+ Year Member



Probably about 30-40 items. ;) I just wanted to make sure I shouldn't drive myself crazy with css positioning, so THANK YOU for saying table!

Jennifer