Page 1 of 1

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

Posted: Sun Jan 09, 2011 7:53 pm
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,

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

Posted: Sun Jan 09, 2011 9:27 pm
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...

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

Posted: Sun Jan 09, 2011 10:17 pm
by fearmydesign
I see, thank you Doc