theyhavelanded Posted November 13, 2007 Posted November 13, 2007 Check out allnetsupply.com to see the problem. Not sure what i need to do to make it just display the input box and .gif without the box around it.
theyhavelanded Posted November 14, 2007 Author Posted November 14, 2007 <?php $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'center', 'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: 100px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif') . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . '</b></a>'); new infoBox($info_box_contents); ?> This is the code i am using to call the search box. i don't know what to change to get rid of the background.
theyhavelanded Posted November 14, 2007 Author Posted November 14, 2007 colors,fonts and backgrounds are style.css ok but how do i eleminate it from this code? I dont want it to check the style.css I want it to just remove the box for this area. not edit the rest of them. Did you see the site? i cant eliminate the code that calls for the info from the style.css file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.