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 Foundations Selectors Basic Attribute Selectors

Change needed for index.html

In the index.html, <input type="email" name="email"> needs to be changed to <input type="text" name="email"> for the lesson to properly work. Thanks!

2 Answers

I can possibly help. Could you clarify your question a little more?

When you download the project files, index.html has <input type="email" name="email">. That needs to be changed to <input type="text" name="email"> for the lesson to properly work, because the lesson tells you to use the type "text", but that doesn't match the initial file that is downloaded. Later in the lesson, they change the type to email and use that.

If your problem has not been resolved, let me know and I would like to meet up Adobe Connect and take a look at your issue. Let me know.