|
{ echo"<style type='text/css'>#normalBold {color:red;}</style>";}
If the form has been submitted css id #normalBold will be changed from whatever colour it is set to on the style sheet to red. Only if the form has been submitted though. Simply change normalBold to the relevant css id.
|