** I'd like to have a select box with several options for "mailto:" links **
By the nature of HTML tags, you can not have HTML code as a value for a select field as that would put it inside another HTML tag.
You can try changing the < and > of the info you want to input into their HTML entities like & lt; and & gt; (respectively - without any spaces) but I have no idea how they'll behave.
Or you can just use the straight email addresses as the values and people can copy and paste them.
>Dan O.
------------------