Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

What's the difference between CSS layout techniques course and CSS layout basics course?

I've watched both trailers and I'm not sure which I should proceed to after taking the CSS basics course. Basically, I have a teacher at school who sucks (I'm spoiled here at Treehouse) and wants me to manage page layout with HTML tables!!! I know this isn't the right way to do things and After I take CSS basics, I'm looking for the best way forward.

If you'd like to learn how to create nice looking layouts I recommend you both, but first the layout basics, but none of them will teach you have to create layouts with tables, because it's an outdated, useless, time waster technique, but if you'd like to learn the basics of HTML tables, there is an HTML Tables course. The school teaches techniques from the previous century...

2 Answers

Steven Parker
Steven Parker
243,656 Points

:point_right: You might want to try this course: HTML Tables.

Bence mentioned it, but forgot to provide the link. I wouldn't quite agree that tables are useless, but for most situations they are no longer the "best practice" method for layout. I would definitely recommend learning more modern techniques as well.

Thanks for your response. I'm not sure how notifications work here but I've tried to clarify my question below.

I have miscommunicated a part of what I was trying to say. My teacher wants me to use tables for layouts and I know that it isn't the right way to do things (because I've the done HTML basics course with Nick). So, to prove him wrong/find the best way forward without the use of tables, I was trying to determine which CSS layout course I should get into after CSS basics.