Hi Zen Cart enthusiasts....
I was wondering how to change the width of the text input field on the Advanced Search page, but only the top text input box used for keyword entry.
I found the file that outputs the screen data for this:
tpl_advanced_search_default.php
on line 28:
<?php echo zen_draw_input_field('keyword', $sData['keyword'], 'onfocus="RemoveFormatString(this, \'' . KEYWORD_FORMAT_STRING . '\')"'); ?>
I KNOW this is the statement that outputs the text entry box, but that's all.
Again, I only need this one text box to be wider, not all.
Thank you.....!



