I have a site that runs a conditional javascript to detect the date and depending upon the date prints a different message in bold. This works fine.
Immediately following the script completion there follows narrative in html that should be in a normal font. However, it always displays in bold. I suspect this is to do with javascript implementing the bold face.
I cannot put an html tag </b> for there is no <b> tag !
How do I cure the problem?
