Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I want to use a drop-down list menu (form),
but I can't seem to fit it in where I want it.
I want to put it in a short table (like 25 or 30 pxls high),
but it always puts a bunch of space underneath it,
(as if there's a line break), which makes the table grow taller than I intended.
EXAMPLE :
<table width="400" height="25" valign="middle" border="0" cellspacing="0" cellpadding="0" bgcolor="#0066CC">
<tr>
<td>
<center>
<form name="form1">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option selected>unnamed1</option>
<option>unnamed2</option>
<option>unnamed3</option>
<option>unnamed4</option></select></form>
</center>
</td>
</tr>
</table>
Is there a way to solve this problem ???
Much thanks in advance!
- casual_observer