TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> A teacher at my college would like "yes" / "no" boxes on the following
>form instead of long text boxes. But this rookie doesn't know how to make
>them!
I think what you're looking for are radio buttons. You can create them on
an HTML form using a regular INPUT tag, but with the TYPE="radio". Any
radio buttons with the same name (NAME="gender", for example) belong to
the same group, so they are exclusive within that group (that is, if one
is selected, the other is deselected automatically).
So the first question on your form (I found the Web site easy to use)
would have two INPUT tags following it, with the same type ("radio"), the
same name ("question1") but with two different VALUE elements
(VALUE="yes" and VALUE="no"). Beyond that, you can control other aspects,
such as which radio button is on by default (selected="yes" for the
default selection). Beyond that, check out any HTML reference guide for
more details...
Hope this helps,
----->Mike
________________________________________________________________
stockman -at- jagunet -dot- com -- AOL and AOL Instant Messenger:MStockman
*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com
Sponsored by Information Mapping, Inc., a professional services firm
specializing in Knowledge Management and e-content solutions. See http://www.infomap.com or 800-463-6627 for more about our solutions.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.