Page 1 of 1

Tables for this

Posted: Wed Jun 29, 2011 11:25 pm
by EcazS
Would you say it's OK to use tables for something like this,
Image

Re: Tables for this

Posted: Thu Jun 30, 2011 12:07 am
by Temor
EcazS wrote:Would you say it's OK to use tables for something like this,
Image

Yes.
But I doubt that would be hard to do in css.

Re: Tables for this

Posted: Thu Jun 30, 2011 12:12 am
by EcazS
Temor wrote:But I doubt that would be hard to do in css.


Probably wouldn't. But it would take more code.

Re: Tables for this

Posted: Thu Jun 30, 2011 12:36 am
by Temor
EcazS wrote:
Temor wrote:But I doubt that would be hard to do in css.


Probably wouldn't. But it would take more code.

Yes it would. A lot more. But it would be easier to manage :)

Re: Tables for this

Posted: Thu Jun 30, 2011 2:54 am
by JelvinJS7
That works. And it seems like actual tabular data, so why shouldn't you?

Re: Tables for this

Posted: Thu Jun 30, 2011 7:40 am
by libeco
It's not really tabular (think spreadsheets) data, so no. It's also quite easy to do with CSS with floating spans with a fixed width.

Re: Tables for this

Posted: Thu Jun 30, 2011 10:37 am
by EcazS
libeco wrote:It's not really tabular (think spreadsheets) data, so no. It's also quite easy to do with CSS with floating spans with a fixed width.


I was thinking I could use lists... maybe...

Re: Tables for this

Posted: Thu Jun 30, 2011 10:43 am
by libeco
That makes sense.

Re: Tables for this

Posted: Thu Jun 30, 2011 4:44 pm
by jacek
The Actions column names it a little dodgy I guess, but I would say its fine.