Guest Posted June 9, 2003 Posted June 9, 2003 How would one alter the lenght of these fields, I can seem to find where this function is defined tep_draw_input_field I dont want to change them globally just inperticular ones like new product name. thanks Lee
Guest Posted June 9, 2003 Posted June 9, 2003 nevermind I found the global one in: tep_draw_input_field is found in includes/functions/html_output.php LOL I tried searching google for this too! looks like an osCommerce only function. can I alter individual fields, or only globally.
Guest Posted June 9, 2003 Posted June 9, 2003 Found it :) 'style="width: 440"') just adds to the end of any tep_draw_input_field like so: <?php echo tep_draw_input_field('products_name, ' ', 'style="width: 440"'); ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.