twistedsoul
05-16-2009, 06:33 PM
hi, I'm having trouble with this one here. I've not made a form before using just css always with tables, I've tried a few tutorials but not managed to get it the way i wanted. Could anyone point me in the right direction so i can get my form looking somewhat like this.http://www.edit-studios.com
<form id="contact" method="post" action="#">
<p>Your name<span class="required"> *</span><br />
<input type="text" name="FirstName" size="50" />
<br />
<br />
Your email <span class="required">*</span><br />
<input type="text" name="Email" size="50" />
<br />
<br />
Your web site<span class="style1"></span><br />
<input type="text" name="Website" size="50" />
<br />
<br />
Your company<span class="style1"></span><br />
<input type="text" name="Company" size="50" />
<br />
<br />
</p>
<p>Your message <span class="required">*</span><br />
<textarea name="Message" id="textInput" cols="60" rows="8"></textarea>
</p>
<p><br />
<input type="submit" name="send" id="send" value="Send" />
<input type="reset" name="Reset" id="button" value="Reset" />
<span class="required">*</span> <em>required fields</em></p>
</form>
thankyou.
<form id="contact" method="post" action="#">
<p>Your name<span class="required"> *</span><br />
<input type="text" name="FirstName" size="50" />
<br />
<br />
Your email <span class="required">*</span><br />
<input type="text" name="Email" size="50" />
<br />
<br />
Your web site<span class="style1"></span><br />
<input type="text" name="Website" size="50" />
<br />
<br />
Your company<span class="style1"></span><br />
<input type="text" name="Company" size="50" />
<br />
<br />
</p>
<p>Your message <span class="required">*</span><br />
<textarea name="Message" id="textInput" cols="60" rows="8"></textarea>
</p>
<p><br />
<input type="submit" name="send" id="send" value="Send" />
<input type="reset" name="Reset" id="button" value="Reset" />
<span class="required">*</span> <em>required fields</em></p>
</form>
thankyou.