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!
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

Jonathan Hancock
1,478 PointsSublime Folder Menu
Hi, i've just started on the CSS section of the video lessons, however in my sublime window I cannot work out how to make my folders display as they do in the video (where they are listed in a cascade under 'web' and 'css'). Mine are just listed as separate tabs with an 'x' next to them and therefore the trying to link normalize to my cupcake site doesn't work.
Any help would be much appreciated!
8 Answers

Adam Sackfield
Courses Plus Student 19,663 PointsIf you go to view then sidebar then show sidebar. Does this fix it?

Adam Sackfield
Pro Student 19,663 PointsNo problem, i remember how frustrating it can be at the start, below is the answer but it would be good to compare against what you had so ou can see where you went wrong. I suspect ou may have been adding the classes in challenge 2 to the id section rather than creating a class="".
<div class="container clearfix">
<div class="grid_5 omega" id="featured-cupcake">
<h2>Cupcake of the Week</h2>
<img src="img/featured-cupcake.jpg">
</div>
</div>
Also if you click the best answer button on the sublime question it will mark as solved so others can see.

Jonathan Hancock
1,478 PointsThanks Adam, I now got that open and then reopened the whole project from within sublime and it's come up properly! Cheers for the help!
p.s. i'm stuck on the 'div' challenge: 'Add a div around the featured-cupcake element, and give it the classes container and clearfix'.
I seem to get that bit right but when I go to the next stage and do the same for 'grid_5 omega' it says 'task 1 is no longer passing'. Any ideas?

Adam Sackfield
Pro Student 19,663 PointsAre you adding the grid_5 and omega classes to a new div and not the same one that has a container and clearfix classes?

Jonathan Hancock
1,478 PointsYeah got them in separate div's and closing both of them after the 'featured-cupcake' element. Could it be a fault with the test checker?

Adam Sackfield
Pro Student 19,663 PointsPost me the link to the question please will have a look

Jonathan Hancock
1,478 PointsThanks Adam, really appreciate the help!
http://teamtreehouse.com/library/build-a-simple-website/creating-a-website-structure/using-classes

Jonathan Hancock
1,478 PointsThanks so much mate, that's working now! Just so you know, i was making a new second separate div rather than adding it into the 'div id=' bracket. Not sure why it needs to be that way but i'm sure it will make sense eventually!
Have clicked best answer and '^'d a few of them! Just out of interest are you working for treehouse or just an extremely helpful advanced user?!

Adam Sackfield
Pro Student 19,663 PointsNo problem happy to help. It will all make sense eventually just ensure to read up on things to but the W3C is a great place to start, so when treehouse shows you a new thing eg. display: block; then header over to W3C site and search display property I found this gave a better understanding of how things are working together on a page. Don't be afraid to ask questions. Add me on twitter @Sacki2013 can ask me stuff there. Also i do not work for Treehouse just like to help users on the forum.

Jonathan Hancock
1,478 PointsThanks, i'll try to spend more time on W3C as well then!
I don't have a personal twitter account but have added you from @FlintFeed which is a small entrepreneur community i'm just starting up. Hopefully see you on there or round the site!

Adam Sackfield
Pro Student 19,663 PointsYou will do! If you have any questions just give me a shout

Jonathan Hancock
1,478 PointsHaha cheers, chat soon then!