I have created a SELECT list wherein multiple options can be selected. I have it placed within a table cell. Everything works fine except it is just too wide for the space I have allowed for it. This is due to there being long text displayed in some of the individual OPTION items. So the entire list is as wide as the longest line. but I must keep the exact text, so I can't shorten them. How can I force it to be smaller? I'd like to avoid changing the font, so I tried forcing the displayable text onto 2 lines with < BR > but apparently the list won't allow more than one display line per item. Also I tried limiting the width of the table cell it was in, but I failed there too. Would something in CSS do it? Thanks for your help.