OK,
Thanks for help, I appreciate it. If you can't tell I'm new at this
It's still not working. Do I need this to be hosted for it to work (just on my desktop for now).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head><center>Services form</head></center><br>
<title><hl>Tell us about your project</hl><title><br>
<body>
<form>
input<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
input<INPUT TYPE="radio" NAME="heading of button" VALUE="button name">
other <INPUT TYPE="radio" NAME="heading of button" VALUE="button name"><br>
Contact name <INPUT TYPE="text" NAME="name" SIZE="30">
Contact number <INPUT TYPE="text" NAME="name" SIZE="30"><br>
Please explain your project here<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA>
</body></form>
</html>
Last edited by vegas; 12-12-2006 at 12:09 PM..
Reason: form input change
|