Font Change
Font Change
- Started
- Last post
- 3 Responses
- JAYELECTRONICA
how would i go about changing the font style and color in this code?
nowDate=new Date();
theDay=nowDate.getDay();
text=new Array(30);
text[0]="Sunday";
text[1]="Monday";
text[2]="Tuesday";
text[3]="Wednesday";
text[4]="Thursday";
text[5]="Friday";
text[6]="Saturday";
document.write("today is "+text[theDay]);
- version30
vewy vewy cawfuwy
- myobie0
put it inside a span, then create a css class
if you need more, reply
- brandelec0
document.textColor
?