I know that the whole class can be changed, but I only need one work of the three words in my dropdown to be italic formated. <option value="">Example <em>text</em></option> did not give me Example text How could I accomplish this?
Hi. Have you tried using <span>? <option value="">Example <span style="font-style: italic;">Text</span></option> I haven't had chance to test it sorry. Hope this helps in some way Thanks Djkanna