JavaScript does some funny things sometimes.
Try:
Code:
<SCRIPT LANGUAGE="javascript">
document.write('<TABLE BORDER="0" BGCOLOR="#666699" CELLPADDING="3" CELLSPACING="0"><TR><TD>');
document.write('<TABLE WIDTH=100% CELLPADDING=2 CELLSPACING=0 BORDER=0><TR ALIGN=center>');
document.write('<TD><FONT COLOR="#FFFFFF">Help build the largest human-edited directory on the web.</FONT></TD>');
document.write('</TR><TR BGCOLOR="#DDDDDD" ALIGN=center>');
document.write('<TD> <A HREF="http://dmoz.org/cgi-bin/add.cgi?where=$path">Submit a Site</A> - <A HREF="http://dmoz.org/about.html"><B>Open Directory Project</B></A> - <A HREF="http://dmoz.org/cgi-bin/apply.cgi?where=$path">Become an Editor</A> </TD>');
document.write('</TR></TABLE>');
document.write('</TD></TR></TABLE>');
</SCRIPT>
OR
Code:
<SCRIPT LANGUAGE="javascript">
document.write('<TABLE BORDER="0" BGCOLOR="#666699" CELLPADDING="3" CELLSPACING="0"><TR><TD><TABLE WIDTH=100% CELLPADDING=2 CELLSPACING=0 BORDER=0><TR ALIGN=center><TD><FONT COLOR="#FFFFFF">Help build the largest human-edited directory on the web.</FONT></TD></TR><TR BGCOLOR="#DDDDDD" ALIGN=center><TD> <A HREF="http://dmoz.org/cgi-bin/add.cgi?where=$path">Submit a Site</A> - <A HREF="http://dmoz.org/about.html"><B>Open Directory Project</B></A> - <A HREF="http://dmoz.org/cgi-bin/apply.cgi?where=$path">Become an Editor</A> </TD></TR></TABLE></TD></TR></TABLE>');
</script>
imaginemn