Hi everyone
My blank sidebox seems to have some extra spaces that I didn't put there. There is visible in IE but not firefox,
http://www.sewworld.com.au/
(Blank side box is the section under 'Information' - please view in IE).
Can anyone suggest how I can fix this?'
My blank_sidebox_defines code is below:
################################################################################___
define('BOX_HEADING_BLANK_SIDEBOX', '');
define('TEXT_BLANK_SIDEBOX', '
<img src = "http://www.sewworld.com.au/sewworld2/images/nav_info.jpg">
<a href = "http://www.sewworld.com.au">Return to home page</a><br>
<a href = "http://sew-world.com.au/index.php?main_page=about_us">About Us</a><br>
<a href = "http://sew-world.com.au/index.php?main_page=contact_us">Contact Us</a><br>
<a href = "http://sew-world.com.au/index.php?main_page=site_map">Site Map </a><br>
<a href = "http://www.sewworld.com.au/blog/" target = "_blank">Our Blog</a><br>
<a href = "http://www.sewworld.com.au/forum" target = "_blank">Community Forums</a><br>
<a href = "http://sew-world.com.au/index.php?main_page=gv_faq">Gift Certificates FAQ</a>
');
?>



