I currently have a script statment as follows:
document.write(opentags+dday+ " D: "+dhour+" H: "+dmin+" M: "+dsec+" seconds until "+occasion+closetags)
I would like the display of dday dhour dmin and dsec to be in bold. How can I do that?
TIA!
document.write(opentags+dday+ " D: "+dhour+" H: "+dmin+" M: "+dsec+" seconds until "+occasion+closetags)
I would like the display of dday dhour dmin and dsec to be in bold. How can I do that?
TIA!