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 trialcharlie alton
Front End Web Development Techdegree Student 8,879 PointsTrying to make the submit form go to the right of the email text.
Trying to complete the desktop mock up for unit 3 project. The id="name" needs to be on the right side of the email text.
<label for="name"> Full Name </label> <input type="text" id="name" name="user-name"> <label for="email"> Email Address </label> <input type="text" id="email" name="user-name"> <label for="Phone"> Phone Number</label> <input type="text" id="Phone" name="user-name"> <label for="Street"> Street Address</label> <input type="text" id="Street" name="user-name"> <label for="City"> City</label> <input type="text" id="City" name="user-name">
1 Answer
Reggie Williams
Treehouse TeacherHey charlie alton could you share a snapshot of the workspace your code is in so someone can test out your code?
Yoke Lee
2,871 PointsYoke Lee
2,871 PointsI'm not sure which is "desktop mock up for unit 3 project". Maybe you could try to be more specific on what you are trying to achieve?