Posted by John on 09/10/07 05:57
<form
class="cssform" action="">
<p>
<label for="user">Name:</label>
<input type="text" id="user" value="" />
</p>
<p>
<label for="emailaddress">Email Address:</label>
<input type="text" id="emailaddress" value="" />
</p>
<p>
<label for="phone">Phone Number:</label>
<input type="text" id="phone" value="" />
</p>
<p>
<label for="call">Best Time To Call:</label>
Morning:
<input type="radio" name="call" />
Afternoon:
<input type="radio" name="call" />
Night
<input type="radio" name="call" />
</p>
<p><label for="call">Subject:</label>
<select name="web">
<option selected value="">Quote</option>
<option value="">Tech Support</option>
</option>
</select>
<br><br><br>
<p><label for="comments">Comments:</label>
<textarea name="comments" rows="" cols=""></textarea>
<div style="margin-left: 150px;">
<input type="submit" value="Submit" />
<input type="reset" value="Reset" />
</div>
</form>
</div>
<div id="right">
<h2>Search our site</h2>
<form action="#" method="get" style="margin-top: 0; margin-bottom:
0;">
<p>
<input type="text" name="q" size="25" maxlength="255" value=""
class="search"/>
<input type="submit" name="search" value="Search"
class="search" />
</p>
</form>
[Back to original message]
|