broadstreetbully Posted December 2, 2012 Posted December 2, 2012 I installed "Searchbox Anywhere" and I'd like to add a few small images under it but when I try to the image either end up right besides the search box/button or ot pushes the header apart from the page and creates a gap in between... there's a pic of the mis-placed image below... I'd like to place the images right above the black navigation bar where the stock OSC icons used to be at if possible... also, here is the code for that part of the header.php file that I'm pretty sure needs to be edited but I'm not sure where... I appreciate any/all help! <table align="center" border="0" width="1200"><tr><td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td> <td align="right" valign="middle"><?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH+10) . 'px"') . ' ' . tep_hide_session_id() .tep_image_submit('button_quick_find1.gif', BOX_HEADING_ADVSEARCH, 'align="absmiddle"') . '</form>'; ?></td> </tr> </table>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.