Hello guys
I have a problem.
All boxes on my site are display correctly except the MANUFACTURER.
As you can see here http://www.formosa-it.ch/shop on the bottom right side, the box manufacturer (that is in green) it's look stretched in the top part and don't have his name "Manufacturer" but he take the name bestsellers.
I tried to move it and everytime he take the name of the box that are just on top. If I make on the 1th he had no name but it's look stratched.
Here the code of the php file of box:
Somebody have an idea where is the error?Code:<?php /** * Side Box Template * * @package templateSystem * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_manufacturers_select.php 2982 2006-02-07 07:56:41Z birdbrain $ */ $content_tm = zen_draw_form('manufacturers', zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false), 'get'); $content_tm .= '<div class="dt col3_cell1 m1_dr" > <div class="dr"> <div class="dc m1_t" > <div class="dt m1_b" > <div class="dr"> <div class="dc" ><div class="m1_pad"> <span class="m1_h_text">'.BOX_HEADING_MANUFACTURERS.':</span><br>'.zen_image(DIR_WS_TEMPLATE.'images/spacer.gif', '', '1px', '12px').'<br> '; $content_tm .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();" size="' . MAX_MANUFACTURERS_LIST . '" class="sel1"') . zen_hide_session_id(); $content_tm .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT) . ' </div></div> </div> </div> </div> </div> </div></form>'; //$content_head = tm_box_head(BOX_HEADING_MANUFACTURERS); $content_cont = tm_box_cont($content_tm,'style2'); $content = $content_head.$content_cont; ?>
Thankssss



