Hey all, this is a simple tutorial on how to make an option (dropdown) list.
Just follow this code
Now, the person does not see the words in the quotes, so instead they would see lol.
EXAMPLE - http://is.gd/bg7Kg
Kthx
Just follow this code
Code:
<SELECT NAME="Name O' Option Here">
<OPTION VALUE="Option 1" >slol
<OPTION VALUE="Option 1" >lol
<OPTION VALUE="Option 3" SELECTED >lol
<OPTION VALUE="Option 4" >lol
</SELECT>
Now, the person does not see the words in the quotes, so instead they would see lol.
EXAMPLE - http://is.gd/bg7Kg
Kthx