View Single Post
  #4 (permalink)  
Old 04-08-2006, 09:20 AM
dean dean is offline
WebProWorld Member
 
Join Date: Jul 2003
Location: Philadelphia
Posts: 86
dean RepRank 1
Default

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. ??
Reply With Quote