MoisesZaragoza Posted May 7, 2006 Posted May 7, 2006 I want to take out a background out of 1 of my boxes I know that it happed in a function called infoBox but i cant find the function Thanksd at the end of the day the code will be good
matrix2223 Posted May 7, 2006 Posted May 7, 2006 wouldnt it be easier to add a new class in the stylesheet and then go to the whateverbox.php and change it to the new style
MoisesZaragoza Posted May 7, 2006 Author Posted May 7, 2006 Ok here is the code of my box <!-- search //--> <?php #$info_box_contents = array(); #$info_box_contents[] = array('text' => BOX_HEADING_SEARCH); # new infoBoxHeading($info_box_contents, true, true); $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'right', 'text' => tep_draw_input_field('keywords', '', 'size="20" maxlength="30" style="width: ' . (BOX_WIDTH+100) . 'px"') . ' ' . tep_hide_session_id() .''. tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br> ' . BOX_SEARCH_TEXT); new infoBox($info_box_contents); ?> <!-- search_eof //--> were is the class set? at the end of the day the code will be good
MoisesZaragoza Posted May 7, 2006 Author Posted May 7, 2006 I did not know if i wxpain my sellf were am I calling the class? at the end of the day the code will be good
Recommended Posts
Archived
This topic is now archived and is closed to further replies.