I'd LIKE to add a dropdown to my sig and allow other members to do so as well. I'm part of a site that allows it and his code looks something like this.
[drop][option]Title[/option][option]More Words[/option][/drop]
Of course this doesn't work on my site so they have their own code or something going for them.
I searched the net and this code is the closest I could find.
Code:
<html>
<title>CodeAve.com/CSS - Drop Down Formats</title>
<body bgcolor="#FFFFFF">
<center>
<!-- Begin regular dropdown -->
<select size="1" name="u_month">
<option value="">Regular Drop Down</option>
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
Granted after you preview/save you can't edit the code at all UNLESS you copy and paste the original code and start again
aka a pain in the neck.
The reason I'd like to have this is for me and my members to list off things we hate/like and so it shows others what they are.