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 How to Make a Website Sharing a Website Upload the Website

Uploaded my site using Cyberduck, however once I visit the site using a desktop or mobile device, I see code at the top.

It appears to show the follow code above my header on the live site:

name="viewport" content="width=device-width, initial-scale=1.0">

Evan Gatchell
Evan Gatchell
5,878 Points

Did you begin that information with a " < "?

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

So I can't tell if you meant to leave the opening < off or not, because of the way the Treehouse forum treats them, but either way, this looks like your meta tag. The way this should look in your code:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Is that what you have in your code?