TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTML FORM question....



Hi,

I'm wondering if a person can control the width of a drop-down list like

<FORM>
<SELECT>
<OPTION choice1>1</OPTION>
<OPTION choice2>2</OPTION>
</SELECT>
</FORM>

I'm looking to make the list sigificantly wider than the little one I
currently get.  There are a few option lists, and I'd like to have them all
the same width, any ideas?

Mark