Hi,
I would like to ask if it is possible to let the values in the combo box to appear italic?
<select onChange="selectEntity(this.form)" name="entity">
<option value selected><cfoutput>#view.entity#
</cfoutput></option>
<option>Pls Select</option>
</select>
As above, i wish to make the
cfoutput>#view.entity#</cfoutput> to appear italic.
I would like to ask if it is possible to let the values in the combo box to appear italic?
<select onChange="selectEntity(this.form)" name="entity">
<option value selected><cfoutput>#view.entity#
</cfoutput></option>
<option>Pls Select</option>
</select>
As above, i wish to make the
cfoutput>#view.entity#</cfoutput> to appear italic.