I wanted to create a web page just for practice. One thing I want to do is create a drop-down menu for my blog page. Everything else (for page navigation) is in a menu bar across the top. The "blog" list needs to be within that menu bar. I can get the drop-down list to appear, but I cannot seem to figure out how to get the links to work. I can TRY to give y'all a quick look at what I've got. Maybe you can help me figure it out?
Where did I go wrong?
PoiJoy
Code:
<br /> <p><a href="index.htm">HOME</a> | <a href="bio.htm">BIO</a> | <a href="career.htm">CAREER</a> | <a href="links.htm"> LINKS </a> | <a href="MyBlog.htm"><select name="Blog"><option value="blog1"> BLOG-ish </option></select></a> | CONTACT</p> <br />
PoiJoy