I have put a html test bed on my site using this code -
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>HTML Test Bed</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=javascript> function wtvtest() { temp = document.testbed.stn.value; preWindow = open("", "preWindow","status=no, toolbar=no, menubar=no"); preWindow.document.open(); preWindow.document.write(temp); preWindow.document.close(); }; </SCRIPT>
<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=black>
<basefont face="arial">
<CENTER><FONT color=antiquewhite size=7>HTML Test Bed</FONT></CENTER><BR>
<CENTER>
<TABLE bgColor=#666666 border=2>
<TBODY>
<TR>
<TD align=middle>
<FORM name=testbed><TEXTAREA name=stn rows=10 cols=60 autoactivate nohighlight cursor="green" text="white" bgcolor="black"></TEXTAREA>
<CENTER></CENTER></TD></TD></TR></TBODY></TABLE>
<CENTER>
<TABLE>
<TBODY>
<TR>
<TD align=left width=75><INPUT onclick=wtvtest() type=button value= Preview text="black" borderimage="file://rom/borders/buttonborder4.bif "></TD>
<TD align=left width=75><INPUT type=reset value="Clear Document" text="black" borderimage="file://rom/borders/buttonborder4.bif ">
</TD></TR></TBODY></TABLE><BR>
<CENTER><A href="http://www.coolstuffclickhere.com">
<CENTER><FONT size=4><FONT color=orange><B>Back To Cool Stuff</A></B></FONT></CENTER><BR><BR> </FONT></CENTER></CENTER></FORM></CENTER></BODY></HTML> But the text is white, and the table is white,i have try'd to modify it but the text still stays white and i want it black,lol...please help.
Thankyou in advance.
