Yo, I am trying to get some new shiznit to work, and I am forced to use Dreamweaver (bleh

) because I have very little time. Now, I have the graphics and stuff done but for some reason, I am not able to get this text field to work...
Once again, sorry about teh dreamweaver sh*t...

Here is the code:
Code:
<HTML>
<HEAD>
<TITLE>index_bg</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onLoad="MM_preloadImages('file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_on_06.gif')">
<div align="center"><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<TABLE WIDTH=599 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=8> <IMG SRC="images/index_01.gif" WIDTH=599 HEIGHT=38 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2> <IMG SRC="images/index_02.gif" WIDTH=9 HEIGHT=176 ALT=""></TD></TR>
<td colspan=6 rowspan=2 background="images/index_03.gif" width="599" height="38">
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><font face="Arial, Helvetica, sans-serif" size="1" color="#000000">Text Field here<font></td>
</tr>
</table></td>
<TR><TD> <IMG SRC="images/index_04.gif" WIDTH=11 HEIGHT=101 ALT=""></TD>
</TR>
<TR>
<TD> <IMG SRC="images/index_05.gif" WIDTH=9 HEIGHT=75 ALT=""></TD>
<TD> <a href="index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_on_06.gif',1)"><img name="Image19" border="0" src="file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_06.gif" width="57" height="75"></a></TD>
<TD> <a href="about.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_on_07.gif',1)"><img name="Image20" border="0" src="file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_07.gif" width="89" height="75"></a></TD>
<TD> <a href="images.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_on_08.gif',1)"><img name="Image21" border="0" src="file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_08.gif" width="94" height="75"></a></TD>
<TD> <a href="links.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_on_09.gif',1)"><img name="Image22" border="0" src="file:///C|/Documents%20and%20Settings/kernelp/Desktop/web/sig11/new_web/images/index_09.gif" width="90" height="75"></a></TD>
<TD COLSPAN=2 ROWSPAN=2> <IMG SRC="images/index_10.gif" WIDTH=251 HEIGHT=165 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=6> <IMG SRC="images/index_11.gif" WIDTH=348 HEIGHT=90 ALT=""></TD>
</TR>
<TR>
<TD> <IMG SRC="images/spacer.gif" WIDTH=9 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=9 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=57 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=89 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=94 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=90 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=240 HEIGHT=1 ALT=""></TD>
<TD> <IMG SRC="images/spacer.gif" WIDTH=11 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</div>
</BODY>
</HTML>
here is a real [un]working example:
http://sig11.zemos.net/~ilya/new_web
Thanks