View Full Version : drop downs


dreamspeaker
02-16-2003, 11:05 PM
ok i have a problem!go to the link below
http://www.geocities.com/dream_cleric/index.html
as u'll see there is a drop down menu!its in a table how do i space it from the top?i mean its right up close to the thing above it and i want to center it in the middle!its not doing it either!all i've tried hasn't worked...plz help me get it spaced on top!

dreamspeaker
02-16-2003, 11:15 PM
hello?

i used a form from here,the html i used is listed below

<form>
<select name=lissamenu3 size="1"
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)"
style="font-family: verdana"
style="color: #FFFFFF"
style="border: outset"
style="font-size: 10"
style="background: darkblue">
<option value="0">Where to go?</option>
<option value="0"></option>
<option value="http://www.b2g3.com/boards/board.cgi?user=dreamspeaker90">Back To Entrance</option>
<option value="http://www.lissaexplains.com/basics.shtml">Basics</option>
<option value="http://www.lissaexplains.com/links.shtml">Links</option>
</select>
</form>

so how do i space it at the top?

Alcy
02-17-2003, 12:45 AM
Add valign="top" to your <td> tag

<td valign="top">
<p>
<center><form>
<select name=lissamenu3 size="1"
onchange="location.href=(form.lissamenu3.options[form.lissamenu3.selectedIndex].value)"
style="font-family: verdana"
style="color: #FFFFFF"
style="border: outset"
style="font-size: 10"
style="background: darkblue">
<option value="0">Where to go?</option> <option value="0"></option>
<option value="http://www.b2g3.com/boards/board.cgi?user=dreamspeaker90">Back To Entrance</option> <option value="http://www.geocities.com/dream_cleric/memberdesc">Member Descriptions</option> <option value="http://www.geocities.com/dream_cleric/memberpics">Member Pictures</option>
</select>
</form>
</td>
<td align=center>
<img src=http://www.boomspeed.com/dreamspeaker/uni279.jpg>
</td>

bejayel
02-17-2003, 12:46 AM
it all seems to be working fine here. but if you want it centered in the top and middle use this <td> instead of yours.
<td valign="center" align="center">

dreamspeaker
02-17-2003, 12:58 AM
thanx a bunch!i got it to work though i found out i only had to write something in the td next to it!thanx ne ways!