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

HTML Build a Simple Website Website Basics Introduction to the Project

uploading CSS and Grid to Sublime.

I am having trouble downloading this software to Sublime text editor. Can someone please tell me how to properly do this. When I go to the sites provided through the links I find a file written out in code. Not something that seems to be downloadable? I am using Windows

2 Answers

So if you right click the link, you have the option of downloading the file. Download it then right click the file and choose "open with" from the list. Select sublime text and it should come up.

Hey Jason, there are a number of ways to go about this. My favorite is as follows:

1) go download that huge chuck o' text that looks NOTHING like a file you can download (it usually opens up directly in your browser) 2) select all of the text on that page 3) paste it into your Sublime text editor 4) save that new document in Sublime as whatever it is you're downloading with the correct extension (i.e., if you're trying to download boilerplate.html, save it as boilerplate.html in the appropriate directory)

Sublime recognizes all different types of code and markup, so if you see some of your words change colors, that's a good sign :) Good luck! Let us know how it goes.