How to build a scroll down menu in my ebay listings?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Message 1 of 2
1 REPLY 1
How to build a scroll down menu in my ebay listings?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
Message 2 of 2
