Page 1 of 1

Need help with HTML for blog

Posted: Fri Nov 12, 2010 8:06 am
by cosmo
Ok, I'm illiterate.

...with HTML. Can someone please help me? I used a standard HTML code posted online for a drop down menu for my posts.

Code: Select all

<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_self')"
size=1 name=menu>

<option />- Menu - 

<option value="(insert web address here)" />(insert title of option you want to see in the drop down menu)
</select></form>
I used the above sample and inserted the web address and title of the option accordingly. It worked fine, the problem is that the title I inserted is long. Since the drop down menu is located near the right side of the screen, the width of the box stretches to accomodate the long title and the length of the box just extends off the edge of the screen. I don't know anything about codes and such, so maybe one of you could help me out. Can you set a width for the box? How?