Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email and password sign in


Cyber-Drugs

Recommended Posts

Posted

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)

Posted

Of the top of me head, have a look in the *.css files and the html_output.php files.

Posted
<?php echo tep_draw_input_field('email_address', '', 'size=11'); ?>
<?php echo tep_draw_input_field('password', '', 'size=11'); ?>

Posted

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...