Hello
Is it possible to set the dropdown or list box to a specific width. Thank you.
ZorroLike this?
<select name="colors" style="width: 200px;">
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
<option value="white">White</option>
<option value="black">Black</option>
</select>Yep this is exactly what I need. Thx Paul No problem.
Is it possible to set the dropdown or list box to a specific width. Thank you.
ZorroLike this?
<select name="colors" style="width: 200px;">
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
<option value="white">White</option>
<option value="black">Black</option>
</select>Yep this is exactly what I need. Thx Paul No problem.