Need help with HTML for blog

Anything goes.... but SPAM :)

Moderators: Celeste Stewart, Ed, Constant

Locked
cosmo
Posts: 54
Joined: Mon Sep 06, 2010 4:26 am

Need help with HTML for blog

Post 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?
Locked