Support Forums
How To Make A Dropdown Option List (HTML) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: How To Make A Dropdown Option List (HTML) (/showthread.php?tid=5512)

Pages: 1 2 3


How To Make A Dropdown Option List (HTML) - Kaleb - 04-05-2010

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


RE: How To Make A Dropdown Option List (HTML) - Av917 - 04-05-2010

Simple but very helpful for a new user. http://www.w3schools.com/ is great for a new user as well


RE: How To Make A Dropdown Option List (HTML) - Kaleb - 04-05-2010

(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


RE: How To Make A Dropdown Option List (HTML) - Av917 - 04-05-2010

(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


RE: How To Make A Dropdown Option List (HTML) - Kaleb - 04-05-2010

(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.


RE: How To Make A Dropdown Option List (HTML) - aiir - 04-05-2010

Thank you for the share, Will use this code for my upcoming website Smile.


RE: How To Make A Dropdown Option List (HTML) - Kaleb - 04-05-2010

(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.


RE: How To Make A Dropdown Option List (HTML) - Deities - 04-05-2010

Thanks for this simple guide. Might use it but im not into HTML


RE: How To Make A Dropdown Option List (HTML) - Kaleb - 04-05-2010

(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.


RE: How To Make A Dropdown Option List (HTML) - Nyx- - 04-05-2010

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

lol you havent tried python yet then Roflmao