How to build a scroll down menu in my ebay listings?

toollyx19
Community Member

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
latest reply
1 REPLY 1

Re: How to build a scroll down menu in my ebay listings?

leb17
Community Member

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
latest reply