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 trialSamuel Moore
3,186 PointsUsing Windows, how can one save a doc as an HTML file when the two choices available seem to be .txt and "All Files"?
When the All Files option is selected, the document remains in txt format
4 Answers
Stéphane Diez
19,350 Points.html Make the end of your document to yourfile.html
breckconley
1,470 Pointshere is what I put it as: new test.html
Travis Schappel
2,857 PointsSave it as .txt Then find your document, select the name and change .txt to .html Double clicking will now open it with your default web browser so the next time you want to edit the file you will have to right click > Open with and select your text editor.
Samuel Moore
3,186 PointsThanks all!