Hello.
One question about "how add different (unique) css to each text fields"
I have some text fields and I want add my own css to them.
Is does not work if I add class="textbox_1" on "Add page" after {$text1_editcontrol}
like
<TD vAlign=top align=left width=258 colSpan=3 height=20>{$text1_editcontrol} class="textbox_1"</TD>
After page build its shows
<TD class=editshade_lb width=279><input type="text" name="value_text1" maxlength=8 size=8 value="">class="textbox_1"</TD>
Should I change som script on "template code generator" ?
Do you have some solution ?
Thanks :-)