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 CSS Basics (2014) Fundamental Concepts Learning Tips and Tools

John Moran
John Moran
3,536 Points

Building my own page to the Tahoe site

Hi all,

I wanted to play around within the code, so I am building a new page for this site.

I am building it from scratch (adding an Emerald Lake state park page) using the first page as a guide. I built out the first elements of the page in HTML, but when I preview it, I get a version of the Lake Tahoe page.

Do I need to build pages outside of WORKSPACES, like in Atom, etc.? Thanks!

1 Answer

Heidi Fryzell
seal-mask
MOD
.a{fill-rule:evenodd;}techdegree seal-36
Heidi Fryzell
Front End Web Development Treehouse Moderator 25,178 Points

Hi John,

Yes you could build it outside of workspaces locally on your machine that would solve it.

If you really want to do it in workspaces, here is a work-around.

I'm pretty sure that the workspace always defaults to "index.html", so you could rename the original "index.html" to something like "index2.html" and then name your new page "index.html" and it should default to your page when you click preview.

Hope this works for your purposes. Happy coding!

Heidi