PDA

View Full Version : How Would I?


Yami Shadow
04-18-2005, 03:08 PM
Make an affiliation drop down box? I'm a coding newbie >.< I want it in the footer template next to the quick style chooser.

WhSox21
04-18-2005, 05:28 PM
I believe this is what you're looking for.

<select name="dropdownname">
<option value="affiliate1">Affiliate 1</option>
<option value="affiliate1">Affiliate 1</option>
<option value="affiliate1">Affiliate 1</option>
</select>


If you want it to redirect the page you will need to add a little javascript in there. I can help you out with that if you need me to.

Yami Shadow
04-18-2005, 06:26 PM
Dude, you rock. Thanks. <3