Is this good practice or not? tables inside block contents?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
fearmydesign
Power Poster
Power Poster
Posts: 363
Joined: Sun Feb 28, 2010 10:54 pm

Is this good practice or not? tables inside block contents?

Post by fearmydesign »

Hi, I was wondering two things; 1. why when you use tables inside block contents do you have to put the <tbody> tag? I had never used this before.
2. is it good practice to insert tables inside your block contents to organize data or images or testimonials etc? I know it can be done, I was just wondering if this causes any unexpected issues with browsers or anything weird like that?

Regards,
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Is this good practice or not? tables inside block conten

Post by Dr.CSS »

Table layout is for tabular data like pricing/catalog etc., like this http://www.eyecandyeyebrows.com/ordering.html, not for things like text of testimonials or images, but you can use whatever layout works best for you...
User avatar
fearmydesign
Power Poster
Power Poster
Posts: 363
Joined: Sun Feb 28, 2010 10:54 pm

Re: Is this good practice or not? tables inside block conten

Post by fearmydesign »

I see, thank you Doc
Post Reply

Return to “Layout and Design (CSS & HTML)”