Hi!
Iam newbie to CSS. I am converting my tabular layout to CSS based layout. I want to convert my 3 rows * 7 columns table in CSS based layout. Can someone guide me through example .
Thanks in advance
Printable View
Hi!
Iam newbie to CSS. I am converting my tabular layout to CSS based layout. I want to convert my 3 rows * 7 columns table in CSS based layout. Can someone guide me through example .
Thanks in advance
You don't...
You style content, so the solution depends wholly on what your content is what you want it to look like.
Post a screenshot please
Here is image for description :
http://vibersol.com/sitesdemo/img/1.jpg
Thanks in advance
Hello
Looks like tabular data to me, so stay with the Table :)
Yep, table is the most appropriate element for this.
Yeah, stick with the table in this case. What you have here is tabular data, which is what tables were originally meant for.
Yep, what everyone else has said. Using div's to display tabular data is just as bad as using tables for layout.... use the elements for what they were designed for ;)