HTML question!! Hyperlink in drop down menu?

hunter b

New member
I am wanting to make a drop down menu with several choices. But if the user picks a choice then it goes to another page, but i want each choice to have a differnt location to go to
 
Are you even looking at the other identical questions you posted?

For each of your menu items include the following:

<a href="where ever you want to link it to" [optional action and\or style]><img src="where ever you have the image for your submit button" [option action and\or style] /></a>
 
Back
Top