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) |
RE: How To Make A Dropdown Option List (HTML) - Kaleb - 04-12-2010 Sure thing everyone. Enjoy. RE: How To Make A Dropdown Option List (HTML) - MattR - 04-13-2010 If you want this to validate and use modern standards... Code: <select name="Name O' Option Here"> People haven't used capital tags for years, you should close your option tags, and selected should be a proper attribute rather than just saying selected (either will work but the full attribute is better). RE: How To Make A Dropdown Option List (HTML) - Poppins - 04-13-2010 Nice, short and straight to the point. Like the example . -Poppins RE: How To Make A Dropdown Option List (HTML) - Kaleb - 06-20-2010 (04-13-2010, 02:23 AM)MattR Wrote: If you want this to validate and use modern standards... Im not going to deep into HTML, but you can feel free to. RE: How To Make A Dropdown Option List (HTML) - Merky - 06-27-2010 Simple but with a lot of extra addons it's effective. RE: How To Make A Dropdown Option List (HTML) - MattR - 06-29-2010 (06-20-2010, 10:18 AM)Kaleb Wrote: Im not going to deep into HTML, but you can feel free to. That's not deep, that's the standard. Your code wouldn't validate. Learning HTML like in the first post is not a good idea for new web developers. RE: How To Make A Dropdown Option List (HTML) - Яichie - 07-04-2010 Thanks! I wonder how to add this to report.php in mybb.. |