nickelsto
08-09-2002, 04:16 PM
can the font size be changed to very large in the document.write function? I could not get a larger than approximately H1 tag size font.
I didn't include all the other code but below is my current attempt at changing the font. The color change works, but not the size.
document.write("<TABLE BGCOLOR=#3321AB align=left>"+"<TR>"+"<TD>"+"<font size='25'>"+"<font color=#333366>"+DayName +
ThisDate+"</font>"+"</TD>"+"</TR>"+"</TABLE>");
I didn't include all the other code but below is my current attempt at changing the font. The color change works, but not the size.
document.write("<TABLE BGCOLOR=#3321AB align=left>"+"<TR>"+"<TD>"+"<font size='25'>"+"<font color=#333366>"+DayName +
ThisDate+"</font>"+"</TD>"+"</TR>"+"</TABLE>");