I have a select tag which is I need to fix at a width but there is no width property attached. Any ideas
Code:
<td width="140"><font size="2">
<%
If request.Form("hid") <> "optA" And request.Form("hid") <> "" Then
%>
<select name="ddl" id="ddl" onkeypress="if(event.keyCode==13) {document.search.submitID.click(); return false}" >
<%