pmaonline Posted December 15, 2005 Posted December 15, 2005 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...
Guest Posted December 15, 2005 Posted December 15, 2005 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%"'
Recommended Posts
Archived
This topic is now archived and is closed to further replies.