Changes between Version 5 and Version 6 of QuickStart/5:ValidatingaForm

Show
Ignore:
Timestamp:
10/20/09 02:57:43 (16 years ago)
Author:
bucky@… (IP: 173.95.169.27)
Comment:

changed deprecated html element <p><font color="red"> to more current <p style="color: red;">

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/5:ValidatingaForm

    v5 v6  
    8282 
    8383    <cfif viewstate.exists("phraseError")> 
    84         <cfoutput><p><font color="red">#viewstate.getValue("phraseError")#</font></p></cfoutput> 
     84        <cfoutput><p style="color: red;">#viewstate.getValue("phraseError")#</p></cfoutput> 
    8585    </cfif> 
    8686</cfform>