I don't see a scroll bar on my screen on ff or ie.
I checked the css and made the change but it is still not working.
In the template there is a file that is named tpl_box_default_right.php. Could this be the file I need to change? It looks like this:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | <http://www.zen-cart.com/index.php> |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | <http://www.zen-cart.com/license/2_0.txt>. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// |
[email protected] so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: tpl_box_default_right.php 2625 2005-12-20 02:13:19Z drbyte $
//
// choose box images based on box position
if ($title_link) {
$title = '<a href="' . zen_href_link($title_link) . '" style="color:#BE533C">' . $title . BOX_HEADING_LINKS . '</a>';
}
//
?>
<!--// bof: <?php echo $box_id; ?> //-->
<!--
<div class="left_cont1" ><div class="head_txt"><?=zen_image(DIR_WS_TEMPLATE.'images/b1.jpg', '', '', '', 'align=top style="margin:-1px 7px 0px 0px "').$title?></div></div>-->
<div class="right_txt"><?=$content?></div>
<br style="line-height:2px;">
<!--// eof: <?php echo $box_id; ?> //-->