Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get rid of space under form (drop-down menu)...

Status
Not open for further replies.

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=&quot;400&quot; height=&quot;25&quot; valign=&quot;middle&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bgcolor=&quot;#0066CC&quot;>
<tr>
<td>
<center>
<form name=&quot;form1&quot;>
<select name=&quot;menu1&quot; onChange=&quot;MM_jumpMenu('parent',this,0)&quot;>
<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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top