<style type="text/css">
<!--
.form { margin: 100px }
-->
</style>
</head>
<body >
div class="form
<div class="form">
<strong>Vote for the best film of 2001</strong><br />
<form method="post" action="/css/formtester.html">
<input type="radio" name="film" value="option1"
/>Amiele<br />
<input type="radio" name="film" value="option2"
/>The Man Who Wasn't There<br />
<input type="radio" name="film" value="option3"
/>Ghost World<br />
<input type="radio" name="film" value="option4"
/>Fellowship of the Ring<br />
<input type="submit" value="go" /><br />
</form>
Results to follow!
</div>.form { margin: 100px }
|