sackstein
05-12-2010, 06:49 PM
I am having trouble adding a class to a php form field.
the field: <?php echo tep_draw_input_field('email_address'); ?>
I can add a class to all input elements but I dont want my styling to apply to all input elements on my site.
Spanning a class does not work either.
What can i do?
the field: <?php echo tep_draw_input_field('email_address'); ?>
I can add a class to all input elements but I dont want my styling to apply to all input elements on my site.
Spanning a class does not work either.
What can i do?