Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Width on create_account.php


pmaonline

Recommended Posts

Posted

Hi all i need to change the width of the create_account fields, i have tried to :

 

<?php echo tep_draw_input_field('postcode') . ' ' . (tep_not_null(ENTRY_POST_CODE_TEXT) ? '<span >' . ENTRY_POST_CODE_TEXT . '</span>': '' . 'size="8" maxlength="8"'); ?>

 

 

but it won't work

 

 

how can i change this, thanks...

Posted

you're missing the width element. You could integrate it through a css class or directly in the input parameters. for instance to grab the entire table cell width I could pass a parameter to tep_draw_input_field

'style="width: 100%"'

Archived

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

×
×
  • Create New...