What is the html code for a drop down box...?

is-e

New member
... with the option to select multiple items and how do i have it so all values are selected by default all while maintaining the drop down feature intact?

Here is the code im trying to do it to:

<select name='guestlist' size='1'>
<option value='luv'> LUV Ent</option>
<option value='lao'> la O</option>
<option value='zen'> Zen Rep</option>
</select>

Thanks in advance!
 
Back
Top