Re: Patterns for explicit associations

obviously, i'm too tired to either count or cut-and-paste correctly, so 
let me correct the fieldset, legend and label model example from my 
previous post:

4. fieldset, legend and label model:
 
 <fieldset>
 <legend>Please Rate Our Customer Service</legend>
 
 <input type="radio" id="f2c1" value="vs">
 <label for="f2c1">Very Satisfied</label>
 <br />
 <input type="radio" id="f2c2" value="ss">
 <label for="f2c2">Somewhat Satisfied</label>
 <br />
 <input type="radio" id="f2c3" value="sd">
 <label for="f2c3">Somewhat Disatisfied</label>
 <br />
 <input type="radio" id="f2c4" value="vd">
 <label for="f2c4">Very Disatisfied</label>
 <br />
 <input type="radio" id="f2c5" value="ss">
 <label for="f2c5">I Will Never Do Business with Your Company Again</label>
 <br />
 
 </fieldset>


-- 
"He who lives on Hope, dies farting."
  -- Benjamin Franklin, Poor Richard's Almanack
-- 
Gregory J. Rosmaita, unagi69@concentric.net
Camera Obscura: http://www.hicom.net/~oedipus/

Received on Wednesday, 1 August 2007 05:37:54 UTC