RobinVdB
Legacy Member
HTML:
<!doctype html>
<html lang="nl">
<head>
<title>Report</title>
<link type="stylesheet" href="report.css" />
</head>
<body>
<form action="report.php?stap=2" method="post">
<label style="width:150px;">Verzender:<input type="text" name="naamVerzender"/></label> <br />
<label>Gemeld:<input /></label> <br />
<label>Categorie:
<select name="Categorie">
<option>Griefen</option>
<option>Respectloos</option>
<option>Anders</option>
</select>
</label><br />
<textarea name="reden" rows="2" cols="50">Vul hier de aanklacht in.</textarea><br />
<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LcRSM4SAAAAAF-pyTKGWyFVr_eMxPNCcG8jVvlQ "></script>
<noscript>
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LcRSM4SAAAAAF-pyTKGWyFVr_eMxPNCcG8jVvlQ " height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
</noscript> <input type="submit" value="Verzenden" />
</form>
</body>
</html>
Code:
label{
width:250px;
}
