Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/ovije (28-Jul @ 15:14)
Syntax Highlighted Code
Plain Code
<form action="contact.php" method="get" id="contactForm">
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td>Name:</td>
<td><input type="text" name="name" value="" id="name" size="50" /></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" name="email" value="" id="email" size="50" /></td>
</tr>
<tr>
<td>Message:</td>
<td><textarea name="message" cols="50" rows="4" id="message"></textarea></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" value="Submit" /><input type="reset" value="Reset"></td>
</tr>
</table>
</form>