MDRmedia Posted December 15, 2008 Share Posted December 15, 2008 I am trying to change my search.php background from black to pink to match the header of my website. I have figured out in the stylesheet.css file it is linked to .infoBox but when I try to change the only reference I see in the search.php field it gives me an error. Not sure if I'm doing this wrong or what. The website is http://www.virtuousjewelry.com/store Let me know what you think of the site also please. Thanks! Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2008 Share Posted December 15, 2008 If you want the search box in the header it's best to take it out of the infobox class. In the tables cell you want it in, add this <?php echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . 'Quick Find' . ' ' . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_draw_hidden_field('search_in_description' , '1') . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '</form>';?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.