Support Forums

Full Version: How To Make A Dropdown Option List (HTML)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey all, this is a simple tutorial on how to make an option (dropdown) list.

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
Simple but very helpful for a new user. http://www.w3schools.com/ is great for a new user as well
(04-05-2010, 03:35 PM)Av917 Wrote: [ -> ]Simple but very helpful for a new user. http://www.w3schools.com/ is great for a new user as well

I wouldnt post that, this site is the new w3schools
(04-05-2010, 03:36 PM)HTML Wrote: [ -> ]I wouldnt post that, this site is the new w3schools

sry did know i didnt think they were competing with each other at all... I would always perfer to talk to an actual person anyways
(04-05-2010, 03:42 PM)Av917 Wrote: [ -> ]sry did know i didnt think they were competing with each other at all... I would always perfer to talk to an actual person anyways

LOL, we are not. That was more of a serious joke.
Thank you for the share, Will use this code for my upcoming website Smile.
(04-05-2010, 03:43 PM)aiir Wrote: [ -> ]Thank you for the share, Will use this code for my upcoming website Smile.

Cool, and your welcome.
Thanks for this simple guide. Might use it but im not into HTML
(04-05-2010, 06:20 PM)Deities Wrote: [ -> ]Thanks for this simple guide. Might use it but im not into HTML

Dude, HTML is best.
(04-05-2010, 06:33 PM)HTML Wrote: [ -> ]Dude, HTML is best.

lol you havent tried python yet then Roflmao
Pages: 1 2 3