Being new to javascript, I'm stuck on what is obviously a simple thing.
I have a script which finishes with a document.write statement to
print the result to the screen. This is all working OK, but how do I
change the colour of the text and make it bold?
I tried adding style.color = "yellow"; before the write statement,
but the colour was still black.
Any advice would be much appreciated.
TIA
Geoff
I have a script which finishes with a document.write statement to
print the result to the screen. This is all working OK, but how do I
change the colour of the text and make it bold?
I tried adding style.color = "yellow"; before the write statement,
but the colour was still black.
Any advice would be much appreciated.
TIA
Geoff
Comment