I asked a similar question before, but the answer that worked then doesn't apply now. I just need to lessen the space between my sidebox header and the content. My site is:
http://www.wwfdbracelet.com
See the spacing in the sidebox to the right? That was done by removing the <p></p> tags and replacing them with DIV tags.
The box on the left is the one I want to fix. I want to get rid of that big space on the left between the title and the counter. Here is the content of my counter_sidebox_defines.php file:
Code:<?php /** * counter sidebox definitions - text for inclusion in a new blank sidebox * * @package templateSystem * @copyright 2007 Kuroi Web Design * @copyright Portions Copyright 2003-2007 Zen Cart Development Team * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: counter_sidebox.php 2007-05-26 kuroi $ */ define('BOX_HEADING_COUNTER_SIDEBOX', 'WWFD Hits:'); define('TEXT_COUNTER_SIDEBOX', '<div><table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.website-hit-counters.com/" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl?URL=352587-5059" alt="website-hit-counters.com" title="website-hit-counters.com" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330006; text-decoration: none;">Provided by <br><a href="http://www.website-hit-counters.com/" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555556; text-decoration: none;" title="website-hit-counters.com">website-hit-counters.com</a><br>hit counter site.</font></td></tr></table></div>'); ?>



