I have a select drop down list. I can display the font name within the list but I want to show what the font looks like within the list...Is this possible?
AN example of what I'm trying to do is as follows:
<SELECT NAME ="Fonts">
<OPTION VALUE="">Select type of Font
<OPTION VALUE="Arial"> <FONT FACE="Arial"> Arial </Font>
Can anyone help
Regards
Sam
AN example of what I'm trying to do is as follows:
<SELECT NAME ="Fonts">
<OPTION VALUE="">Select type of Font
<OPTION VALUE="Arial"> <FONT FACE="Arial"> Arial </Font>
Can anyone help
Regards
Sam