Hey i've been working on this source code for my website for a few days, and i thought i would get your opinions on what you thought about it.
It's a code were users to my Online Server can login, and they have to select there user level and enter the required details before they could login..
So i was wondering if anyone else had anyideas on what i could put in to make it a little more fancier so to speak..

Anyhow here it is:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<title>fusion - Add user</title>

<script>
function PreviewPost() {
document.formname.action = document.formname.gofeild.value;
}
</script>
<style>
<!--
body {
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #f5f5f5;
border-style: solid;border-width: 1;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #EFEFEF;
color : #000000;
font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #DEE7EF;
border-style: solid;border-width: 1;
}
/* None-bold submit button */
input.liteoption {
background-color : #FAFAFA;
font-weight : normal;
}
body, td, input, textarea, select { color: black; font: 8pt verdana; font-weight: none; text-decoration: none }
-->
</style>

<script language="JavaScript" src="./jsfunc.js" type="text/javascript"></script>
</head>
<body bgcolor="#000000" text="#000000" link="#ffff00" vlink="#ffffff"
alink="#ffffff" style="font-size: 8pt; font-family: Verdana;">

<center>
<p> </p>

<p> </p>

<table width="390" border="1" cellspacing="1" cellpadding="2"
bgcolor="#ffff00" bordercolor="#000000" height="285">
<tbody>
<tr>
<td bgcolor="#ffffff" colspan="2" width="380" height="277"
valign="top">
<p align="center" style="margin-top: 0pt; margin-bottom: 0pt;"><font
color="#000000"><b><font size="2" face="Verdana">cr347ive productions</font></b></font><font
face="Verdana" size="1">
<table class="adminpanel" width="351" cellspacing="0"
cellpadding="0" border="1" bordercolor="#000000" bgcolor="#000000"
height="255">
<tbody>
<tr>
<td width="81" valign="top" height="23">
<form action="http://www.notworkinghere.com" method="post"
name="formname">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> login:</font> </p>
</form>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post"
name="username"> </font> </p>
</td>
</td>
<tr>
<td width="81" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> Nickname:</font> </p>
</td>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post" name="nick"> </font>
</p>
</td>
</tr>
<tr>
<td width="81" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> email:</font> </p>
</td>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post" name="email">
</font> </p>
</td>
</tr>
<tr>
<td width="81" valign="top" height="14">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> </p>
<br>
</td>
<td width="264" valign="top" height="14">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input class="post" type="checkbox" name="showemail">
Hide email?</font> </p>
</td>
</tr>
<tr>
<td width="81" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> password:</font> </p>
</td>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post"
name="password"> </font> </p>
</td>
</tr>
<tr>
<td width="81" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> icon URL:</font> </p>
</td>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post" name="icon"> </font>
</p>
</td>
</tr>
<tr>
<td width="81" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> user level:</font> </p>
</td>
<td width="264" valign="top" height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff">
<select name="le">
<option value="0">Guest</option>
<option value="1">normal</option>
<option value="2">editor</option>
<option value="3">admin</option>
</select>
</font> </p>
</td>
</tr>
<tr>
<td height="23" width="81">
<p style="margin-top: 0pt; margin-bottom: 0pt;"><font
color="#ffffff">site to hit:</font> </p>
</td>
<font face="Verdana" size="1"> </font><td width="264" valign="top"
height="23">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input size="40" type="text" class="post"
name="gofeild"> </font> </p>
</td>
</tr>
<tr>
<td height="37" colspan="2" align="center" width="347"> <font
face="Verdana" size="1">
<p style="margin-top: 0pt; margin-bottom: 0pt;"> <font
color="#ffffff"> <input type="submit" class="mainoption" value="Add"
onclick="PreviewPost()"> <input type="reset" class="mainoption"
value="Reset"> </font><a
href="http://gostats.com/gogi/viewstats.pl?mn=blah2345" target="_top"><img
src="http://gostats.com/gogi/count.pl?mn=blah2345" border="0"
width="33" height="13">
</a> </p>

<p align="left"
style="margin-top: 0pt; margin-bottom: 0pt;"> </p>

<p align="center"
style="margin-top: 0pt; margin-bottom: 0pt;"><font color="#ffffff">Script
Created By <a href="mailto:elmoes_187@hotmail.com">creative_32X_mx</a></font></p>
</font> </td>
</tr>
</tr>

</tbody>
</table>
</font></p>
</td>
</tr>

</tbody>
</table>
</center>
</body>
</html>



I've also included a copy of what it would look like on the website aswell, it's still in testing so of course none of the functions will not work. I just want more opinions and more ideas to improve it..
Cheers

creative