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
Bedeho Mender
4,498 PointsMy contact form has all the wrong proportions and shapes
Here is the code:
" <form method="post" action="contact-process.php">
<table>
<tr>
<th>
<label for="name">Name</label><input type="text" name="name" id="name">
</th>
<td>
<input type="text" name="name" id="name>
</td>
</tr>
<tr>
<th>
<label for="name">Email</label><input type="text" name="email" id="email">
</th>
<td>
<input type="text" name="email" id="email>
</td>
</tr>
<tr>
<th>
<label for="name">Send oss en beskjed</label><input type="text" name="beskjed" id="beskjed">
</th>
<td>
<textarea name="beskjed" id="beskjed></textarea>
</td>
</tr>
</table>
<input type="submit" value="Send">
</form>
"
Heres also a link to a screenshot of the current webpage: http://imgur.com/gUvu6m2
Bedeho Mender
4,498 PointsBedeho Mender
4,498 PointsFixed.