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 How to Make a Website Beginning HTML and CSS Add Style to the Page

Bee Williamson
PLUS
Bee Williamson
Courses Plus Student 116 Points

when I try and preview the first coding task - of my name - it comes up with Nick Pattit's name? Is my coding wrong?

after putting in the CSS and HTML basic stuff - the tutors name comes up on the preview. why doesn't my name? I seem to have his workspace and mine. The example file then mine.

2 Answers

Jarick Geiselmayr
Jarick Geiselmayr
7,452 Points

Hi, Bee. One thing you might try is to hit the preview button and then once the browser page opens, hit refresh. I had the same issue and that fixed it for me. Might be some sort of bug with the setup. Also, make sure to save any changes you make before hitting preview.

Hope this helps!

-Jarick

Had this very problem, and this was the fix just now.

Bee Williamson
PLUS
Bee Williamson
Courses Plus Student 116 Points

Hi Jarick, yes, thanks, I tried all that but it still didn't work. I have a bee.html file, and tutors index.html. I tried deleting the tutors file but that didn't work. All I need to know is, is my code working. So I copied the code and put it onto the index.html of the teachers and now it works! My name in blue - awww. thanx Jarick.

Hi Bee, I think (as you seemed to have discovered) the problem was in the name of the file (index.html vs. bee.html), not at all a problem with your code. It wasn't a problem with your code because your name was displayed properly when you copied the information from bee.html into index.html. The Workspace program is automatically displaying the code in the "index.html" because this file is always the default page that is displayed for a website :) (if you're interested, here was an article from about.com that helped me understand it better: http://webdesign.about.com/od/beginningtutorials/f/index_html.htm)