08-14-2012 03:40 PM
Let's say I have three different items from a same category to add in the same listing. I would like to create a button "select" and a scroll down menu with all the available items to sell in this category.
Thanks for your help!
08-15-2012 10:12 PM
Hi...
Here s a HTML code for a simple one:
<B>Select a fruit:</B> <BR><SELECT NAME="Fruit"><OPTION SELECTED> Apples<OPTION> Bananas<OPTION> Oranges</SELECT>