How do Icontrol the width of a MUTIPLE SELECT window in HTML?

Sep 29, 2004
18,656
67
91
<SELECT MULTIPLE ?????>
<OPTION>test1</OPTION>
<OPTION>test2</OPTION><OPTION>test1</OPTION>
<OPTION>test2</OPTION>
</SELECT>

I tried cols="30" with no luck. I can not figure this one out, however I did read to add a false entry at the top of the list with whitespace, but I don't want that as an option.

How can I do this?

Thanks