Hi, I've built a form in which I've built radio buttons a number of times, each time with one of the options checked. However, only some of the buttons show the check. Below is an example of each: no check showing: <TD> <INPUT TYPE="Radio" NAME="PremNight" VALUE="Yes">Yes <INPUT TYPE="Radio" NAME="PremNight" VALUE="No" CHECKED>No</B> </TD> check showing: <TD> <INPUT TYPE="Radio" NAME="CustInsurerDeclined" VALUE="Yes">Yes <INPUT TYPE="Radio" NAME="CustInsurerDeclined" VALUE="No" CHECKED>No</B> </TD> If the problem isn't a difference in the code between the two examples, what might be some other factors that I should consider? Hubert--- Hubert Earl ICQ#: 16199853 My Jamaican Art, Craft & More Online Store: http://www.angelfire.com/ny/hearl/link_page_for_go_jamaica.html Check out the art print bargains available! Beautiful prints as low as US$7.50 each, less if you purchase 2 or more. Also being sold: the Genealogy of Jamaica CD-ROM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

