I am using latest version. The site I'm working on is: http://photo-calendars.com/zencart/i...products_id=39
I am having a problem with getting my left column looking correctly.
I do not have any sideboxes. It is a custom looking left column. I cannot figure out how to make the yellow background appear all the way down the side of the page. The yellow on the left column stops when the info for the left column stops. However, product pages are much longer than that column and I need the yellow background in the left column to show all the way down the length of the pages.
Here is my left column.
<?php
/**
* column_left module
*
* @package templateStructure
* @copyright Copyright 2003-2006 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: column_left.php 4274 2006-08-26 03:16:53Z drbyte $
*/
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
?>
<div class="leftcol">
<a href="index.php?main_page=contact_us"><img src="images/calendars/liveSupport.png" border="0" /></a>
<div class="leftTdHeader"><b>SELECT A STYLE</b>
</div>
<div class="insideL">
<p>
<a href="index.php?main_page=product_info&cPath=0&products_id=39">Memory Calendar</a><br />one photo per month
</p><p>
<a href="index.php?main_page=product_info&cPath=0&products_id=34"><u>Photo Gallery Calendar</a></u><br />multiple photos each month
</p><p>
<a href="index.php?main_page=product_info&cPath=0&products_id=54">Tear-Off Calendar</a><br />one photo and 12 tear off months
</p><p>
<a href="index.php?main_page=product_info&cPath=0&products_id=94">Large Volume Orders</a><br />50+ Calendars
</p>
</div>
<div class="leftTdHeader"><b>OTHER FEATURES</b>
</div>
<div class="insideL">
<p>
<a href="index.php?main_page=uploads">Send Digital Photos</a>
<br><br>
<a href="index.php?main_page=captions">Caption Form</a>
<br><br>
<a href="index.php?main_page=eventsoption">Personal Events Form</a>
<br><br>
<!-- <a href="mailorder.php">Mail Order Form</a> -->
</p>
Please help. I'm stumped!



