Re: [htmltmpl] Radio button question
Brought to you by:
samtregar
From: Timm M. <tm...@ag...> - 2004-02-11 15:42:27
|
At 10:32 AM 2/11/04 -0500, C Hagstrom wrote: <> >And in the template: > ><input type="radio" name="Color" value="Red" <!--TMPL_VAR NAME=Red -->"> ><input type="radio" name="Color" value="Blue" <!--TMPL_VAR NAME=Blue -->"> > >But the above is really ugly, and I gotta believe >there's a better approach (that I'm too dense to recognize) Yeah, I know, it seems like there should be a better solution. In fact, due to the limitations of HTML, there are only a series of equally sucky solutions. What you have above is as good as any. Blame W3C. |