Simple HTML Dropdown code, SIDEBAR.

  • Unknown's avatar

    Hi guys, I used a simple generator, to make my blog pages into a dropdown menu, like archives, etc.
    When I add the code as a text widget, I get nothing but the name of the pages. WP removes the code. :-(

    Here is my code guys, and thanks in advance for any help!


    <form>

    <select onChange="location=this.options[this.selectedIndex].value;" style="font-family:'Arial';color:#ffffff;background-color:#000000;font-size:10pt;">

    <option value="http://jackhammermemes.wordpress.com/about/">About</option>

    <option value="http://jackhammermemes.wordpress.com/my-grumpy-videos/">Grumpy Videos</option>

    <option value="http://jackhammermemes.wordpress.com/meet-tardar/">Grumpy Bio</option>

    <option value="http://jackhammermemes.wordpress.com/submit-your-work/">Submit Yours</option>

    <option value="http://jackhammermemes.wordpress.com/the-grol/">The GROL?</option>

    <option value="http://jackhammermemes.wordpress.com/the-grol/grol-awards/">GROL Awards</option>

    <option value="http://jackhammermemes.wordpress.com/10-commandments/">10 Commandments</option>

    </select>

    </form>

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Simple HTML Dropdown code, SIDEBAR.’ is closed to new replies.