Add Subject Here

Hi,
I made this simple webpage to collect some information of people who have donated me, and when i do the check on your site, it tells me there is a not opened <form> tag, which i have opened. The url of the webpage is http://gaurdian.awardspace.com/donation.htm and the code is below.

Thanks in advance,

Reyer Sikkel

<!DOCTYPE HTML SYSTEM>
<html>
<head>
<title>Thanks for donating to Gaurdians Privat server!</title>
</head>
<body>
<img src="tick.gif" alt="Donation succeeded!"><br>
<h3>Your donation is succesfully made! Below you can post some information for the donation gear.</h3>
<br>
<FORM METHOD="post" ACTION="tha_brute@hotmail.com?subject=GpServer">
<I>Fill in the name of your main char here.</I><br>
<INPUT value="Mainchar name" TYPE="text" NAME="charname" SIZE="20" MAXLENGTH="30">
<BR>
<br>
<I>Select the desired item:</I>
<BR>
<SELECT NAME="VIP choice" MULTIPLE SIZE="3">
<OPTION VALUE="Vip sword" selected>Vip sword</OPTION>
<OPTION VALUE="Vip staff">Vip staff</OPTION>
<OPTION VALUE="Vip shitpiece">Vip shitpiece</OPTION>
</SELECT>
<br>
<br>
<I>Make a suggestion for a donation item (not required):</I>
<INPUT TYPE="text" value="Write the desired Item here." NAME="Item name+description" SIZE="20">
<br>
<I>Check this box if you want the desired item if it's filled in.*</I>
<INPUT TYPE="checkbox" NAME="WantDesiredItemIfChecked" VALUE="yes">
</FORM>
<i>You can post suggestions about the site, server, forums, donation system or anything you want here.</i>
<INPUT TYPE="text" NAME="Suggestion" SIZE="20" value="Suggestions" MAXLENGTH="200">
<br>
<br>
<I>Put your email here.</I>
<INPUT value="Name@provider.com" TYPE="text" NAME="mail=" SIZE="20" MAXLENGTH="30">
<BR>
<br>
<INPUT TYPE="reset" VALUE="Reset">
<INPUT TYPE="submit" VALUE="Submit">
</FORM>
<br>
<br>
<i>*This will be checked! Reasonable items only!</i>
</body>

Received on Monday, 12 February 2007 05:04:41 UTC