Is this correct to get each sidebox to show a custom sidebox header and footer images?
sidebox exampleCode:TR.newcustomsideboxleftboxheading, TR.newcustomsideboxrightboxheading, TR.newcustomsideboxcenterboxheading, TR.newcustomsideboxsingleboxheading { background: #ffffff; background-image: url(../images/customsidebox_header.jpg); } .newcustomsideboxleftboxcontent, .newcustomsideboxrightboxcontent, .newcustomsideboxcenterboxcontent, .newcustomsideboxsingleboxcontent { line-height: 125%; padding: 4px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; } .newcustomsideboxleftboxfooter, .newcustomsideboxrightboxfooter, .newcustomsideboxcenterboxfooter, .newcustomsideboxsingleboxfooter { background-color: #ffffff; background-image: url(../images/customsidebox_footer.jpg); margin-bottom: 15px; } Then in english.php change: // categories box text in sideboxes/categories.php define('BOX_HEADING_CATEGORIES', 'Categories'); to: // categories box text in sideboxes/categories.php define('BOX_HEADING_CATEGORIES', '');
-----------------
header image
-----------------
categories
-----------------
footer image
-----------------
Thanks



