chillin209
05-03-2005, 09:37 PM
Hey guys, I need help with a problem here. On this page
www.rantingrage.com/cnew.html I'm trying to put this form in the middle :
<form method="post" enctype="text/plain" action="mailto:steve@perow.com">
Name : <input type="text" name ="name" />
<p>
City : <input type="text" name="city" />
</p>
<p>
Birthdate : <input type="text" name="birthdate" />
</p>
<p>
Email : <input type ="text" name=email" />
</p>
<p>
<input type="submit" value="Submit"/>
The form works fine..I just can't position it in the middle of the content box of my layout that I did in photoshop. Is it even possible to do? And how do I do it...I have a css/xhtml begginner book. Thats where I got the form, but it doesn't talk about how to position it..Any takers?
www.rantingrage.com/cnew.html I'm trying to put this form in the middle :
<form method="post" enctype="text/plain" action="mailto:steve@perow.com">
Name : <input type="text" name ="name" />
<p>
City : <input type="text" name="city" />
</p>
<p>
Birthdate : <input type="text" name="birthdate" />
</p>
<p>
Email : <input type ="text" name=email" />
</p>
<p>
<input type="submit" value="Submit"/>
The form works fine..I just can't position it in the middle of the content box of my layout that I did in photoshop. Is it even possible to do? And how do I do it...I have a css/xhtml begginner book. Thats where I got the form, but it doesn't talk about how to position it..Any takers?