I have something along the lines of.
<form action="whatever.php" method="post" >
Name: <input type="text" name="name"><br>
Comment: <br><textarea rows=4 cols=30 name="comment"></textarea><br>
<input type="Submit" >
</form>
But I am unsure how to center it, I don't want to use the <center> tags because it is depreciated, and means for invalid HTML.
After a few hours of google searching, I figured it's something using CSS.
Can someone show me how this is done?
Thanks.
~ReCreate