Conboard
11-04-2006, 05:11 AM
I made this one code but it is having some problems with it... Here is the code
<html>
<head>
<title>Conboards.com - Free messsage boards</title>
</head>
<body>
<!-- Register Start -->
<FORM ACTION="ikonboard forum.zip" METHOD="POST">
<b>IMPORTANT NOTICE!</b>
<br>
<br>
This service is only available to people who are 18 years old or older, or minors of 13 years old or younger must have parental permission to sign up for this service.
<font color="FF0000">Content on Conboards message boards must be in English.</font>
<br>
<br>
<b>All fieds are required.</b>
<br>
<br>
Remember, every board comes with it's own subdomain. Be sure to choose the username you want to be in your URL!
Username: <input type="text" name="user">
<br>
Name: <input type="text" name="name">
<br>
E-mail: <input type="text" name="email">
<br>
E-mail Confirm: <input type="text" name="email2">
<br>
Password:<input type="password" name="password">
<br>
Password Confirm: <input type="password" name="password2">
<br>
Web Site name: <input type="text" name="sitename">
<br>
Web Site URL: <input type="text" name="siteurl" value="http://">
<br>
How did you hear about us? <input type="text" name="howheard">
<br>
I have read and agree to the <a href="http://conboards.com/_mgxroot/page_10728.html" target="_blank">Terms of Service</a> and agree to be bound by them.
<input type="checkbox" name="tos" value="-1"> <font size="-2">Yes </font>
<center>
<input type="submit" value="Submit">
</center>
<!-- Register End -->
</body>
</head>
</html>
<html>
<head>
<title>Conboards.com - Free messsage boards</title>
</head>
<body>
<!-- Register Start -->
<FORM ACTION="ikonboard forum.zip" METHOD="POST">
<b>IMPORTANT NOTICE!</b>
<br>
<br>
This service is only available to people who are 18 years old or older, or minors of 13 years old or younger must have parental permission to sign up for this service.
<font color="FF0000">Content on Conboards message boards must be in English.</font>
<br>
<br>
<b>All fieds are required.</b>
<br>
<br>
Remember, every board comes with it's own subdomain. Be sure to choose the username you want to be in your URL!
Username: <input type="text" name="user">
<br>
Name: <input type="text" name="name">
<br>
E-mail: <input type="text" name="email">
<br>
E-mail Confirm: <input type="text" name="email2">
<br>
Password:<input type="password" name="password">
<br>
Password Confirm: <input type="password" name="password2">
<br>
Web Site name: <input type="text" name="sitename">
<br>
Web Site URL: <input type="text" name="siteurl" value="http://">
<br>
How did you hear about us? <input type="text" name="howheard">
<br>
I have read and agree to the <a href="http://conboards.com/_mgxroot/page_10728.html" target="_blank">Terms of Service</a> and agree to be bound by them.
<input type="checkbox" name="tos" value="-1"> <font size="-2">Yes </font>
<center>
<input type="submit" value="Submit">
</center>
<!-- Register End -->
</body>
</head>
</html>