Guest Posted April 27, 2006 Posted April 27, 2006 Hi, could anybody tell me how I can increase the size of the 'contact us' text entry boxes, they are a bit too small for my liking and I cant work how to make them a bit larger. Thanks
Guest Posted April 27, 2006 Posted April 27, 2006 you need to edit catalog/contact_us.php and alter the form element heights/widths.
Guest Posted April 27, 2006 Posted April 27, 2006 you need to edit catalog/contact_us.php and alter the form element heights/widths. Hi, thanks for your help, I'm still not sure of the parameters I need to input for this e.g. <td class="main"><?php echo ENTRY_NAME; ?></td> </tr> <tr> <td class="main"><?php echo tep_draw_input_field('name'); ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_EMAIL; ?></td> </tr> <tr> <td class="main"><?php echo tep_draw_input_field('email'); ?></td> </tr> <tr> <td class="main"><?php echo ENTRY_ENQUIRY; ?></td> </tr> <tr> <td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15); ?></td> </tr> If I put <td class="main"><?php echo tep_draw_input_field('name', 100, 15); ?></td> for example it doesnt work - could you help further. Much appreciated :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.