Cool and thanks just what i was after.
Just one small thing, when i use the html option how do i get the page to open in a new window once i select it from the menu.
Quote:
*How to add new options*
Quick HTML lesson here. If you want to add more links (Example would be a gallery link), you would simply type the following in the code above.
<option value="http://www.domain.com/gallery"> *OPTION NAME* </option>
*The option tag ( <option> </option> ) represents a new link to be displayed in the drop down box.
*The value="http://www.domain.com/gallery" is the hyperlink the user will be sent to when they click the option.
*The OPTION NAME is to be replaced with the text that will be shown in the drop down menu.
*To reorder the listings, simply move all the text in the option tag above or below the tags already listen.
|