If in your css file you have
.bold{font-weight: bold;}
then you could probably use
<?php if ($status != "") {print ("<span class=\"bold\">INCOMPLETE FIELD</span>");} elseif ($status=="") {print ("Please Select...");} ?>
The [b] tags may not have worked because of the doctype. ??
|