June 23, 201016 yr I'm designing my whole site of course without tables but in a couple of sections I'll be adding tabular data and was just wondering what the current preffered method is with XHTML and CSS?
June 23, 201016 yr I'm designing my whole site of course without tables but in a couple of sections I'll be adding tabular data and was just wondering what the current preffered method is with XHTML and CSS? err... <table> That should do it.
June 23, 201016 yr Author Haha well yes of course, I just didn't know if there was a more effective way of laying them out with CSS. Like I see this: http://articles.sitepoint.com/article/terrific-tables-css Seems slightly different from when I was doing full table designs.
June 23, 201016 yr Haha well yes of course, I just didn't know if there was a more effective way of laying them out with CSS. Like I see this: http://articles.site...ific-tables-css Seems slightly different from when I was doing full table designs. You probably used inline cellpadding,cellspacing, align e.t.c - whereas most of that you can now stick in CSS, so you have a really lean table markup.
June 23, 201016 yr Author Yeah I did. I basically learnt it all from my current site: www.foofighterslive.com. Someone else built it for me in 2006 when I had little to no HTML/CSS knowledge whatsoever and I pretty much built up my skills modifying and updating that site. Then I moved away from tables last year into tableless designs.
Create an account or sign in to comment