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
| SitePoint Sponsor |


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 :
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.
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
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![]()
Bookmarks