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

General Discussion

work space preview just gives me the name of the guy

Works space just give me the name of the guy instead of what should be there when i press preview, I have copied the code word for word and instead of giving me a header body and footer it just gives me the guys name, which is dum cause when i did the code i did not even include his name i put my one on it.

4 Answers

<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <title>Venuehack|Book your venue online</title> </head> <body> <header> <h1>Venue Hack</h1> <h2>Book your venue online</h2> </header> <section> <p>Pictures will go here</p>p> </section> <footer> <p>Ā© 2014 scott glover</p> </footer> </body> </html>

Except the unnecessary p>

<p>Pictures will go here</p>p>

that you have in the code, it seems fine - what do you mean it gives you the name of the guy? which guy? could you post a screenshot of what you are seeing?

Sometimes - because workspaces is so helpful - when you type in < p > for example, < /p > will auto generate so that you don't have to. It's just to make things faster and stop your system/program/app etc. from crashing because by accident, you forgot to close a tag.

I also noticed you've got a < /section > closing tag - but no opening < section > tag. Maybe this is the cause of the error? Let us know how it goes after fixing these pesky syntax errors.

Hope that helped.

Jordan.

when i watch a video i launch work space and copy what code i can, the when i press the view btn it come out with Nick Pettit, what lolz is that i leave it blank and it will still preview with nicks name on it.

hi guys i think i figured it out i just had to make a new work space file and it kind of worked, now when i copy what the video says and preview it it gives me a page with a link (Index of / venue.html) but then i press the venue.html and it shows what suppose to show.