Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search bar move problem. Cant get rid of box it's in


theyhavelanded

Recommended Posts

Posted

<?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.

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...