Cyber-Drugs Posted July 20, 2004 Posted July 20, 2004 On my site, I need to re-size the email and password fields to size 11, how do I do this? I know how you normally do it, but in osCommerce, I have this code: <?php echo tep_draw_input_field('email_address'); ?> <?php echo tep_draw_input_field('password'); ?> Anyone able to help? :) Cyber-Drugs B)
Guest Posted July 21, 2004 Posted July 21, 2004 Of the top of me head, have a look in the *.css files and the html_output.php files.
Acheron Posted July 21, 2004 Posted July 21, 2004 <?php echo tep_draw_input_field('email_address', '', 'size=11'); ?> <?php echo tep_draw_input_field('password', '', 'size=11'); ?>
Cyber-Drugs Posted July 21, 2004 Author Posted July 21, 2004 Sorry for not posting back already, but a friend of mine helped me fix it already, he did teh same as Acheron has shown me. Thanks guys :) Cyber-Drugs B)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.