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

Stage 2: HTML First --- Wrong page displayed from workspace

This is what I have in workspace: <!DOCTYPE html> <html> <head></head> <body> <h1>Dewan Ahmed</h1> </body> </html>

but this is what I see when I hit 'preview': Learning HTML & CSS

This was written in a separate file which I closed. But still I can see only that page. Please fix this. I can not see any changes or previews for the new file

2 Answers

I think we need a lot more information.

Maybe try deleting the file that displays "Learning HTML & CSS" if you don't need it.

Also make sure you save before trying to preview. That's helped me a lot.

I also had odd file programs running IE. Switched over to chrome and everything works fine.

Hi Evan, Thanks for your response. Yeah I saved my file and deleted that other file displaying "Learning HTML & CSS" but it didn't work. Then I deleted "welcome.md" file that was open by default and it fixed the problem.