> >You're telling me you don't keep a list of your class attributes in > >your Perl code already? I don't believe you! > > I don't understand. I don't have any elements or attributes in my > Perl code. It's all contained in templates. I feel like I'm missing > a point of sarcasm?
Nope, I just misread your comment as referring to Perl class attributes rather than CSS class attributes. You're correct that if the form elements need CSS classes then you'd need to pass them to CGI.pm in the Perl code. Although, it occurs to me that you could just tell your HTML designers to wrap the tag in a <span> and use that to apply their CSS: <span class="jazzy"><tmpl_var some_select></span> -sam ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
