kturner Posted January 25, 2013 Share Posted January 25, 2013 The categories and manufacturers blocks are displaying exactly how I need them to with the correct images, buttons, colors, etc. I have tried variations of the # reference to no avail. (Tried CMS_" " informations_" " and several others) I did notice something though... When I went in to change the code for the two working blocks there was already code after /* "blocktitle".tpl */ However, there wasn't a single line of code under blockcms.... Am I referencing the block wrong or something? This is my code: ------------------------------------------------------------------------- /* blockmanufacturer.tpl */ #manufacturers_block_left {} #manufacturers_block_left .block_content {padding:3px 0 0 4px;} #manufacturers_block_left ul {margin:0 0 -1px 0;} #manufacturers_block_left ul li {} #manufacturers_block_left ul li a {height:28px;display:block;padding:0 0 0 16px;background:url(../img/mnf_item.png) 0 0 no-repeat;font:12px/27px "Arial";color:#ffffff;} #manufacturers_block_left ul li a:hover {background-position:0 -28px;color:#fff;} ------------------------------------------------------------------------- /* blockcms.tpl */ #informations_block_left .block_content {padding:3px 0 0 4px;} #informations_block_left ul {margin:0 0 -1px 0;} #informations_block_left ul li {} #informations_block_left ul li a {height:28px;display:block;padding:0 0 0 16px;background:url(../img/mnf_item.png) 0 0 no-repeat;font:12px/27px "Arial";color:#ffffff;} #informations_block_left ul li a:hover {background-position:0 -28px;color:#fff;} ---------------------------------------------------------------------------- /* blockcategories.tpl */ #categories_block_left {} #categories_block_left .block_content {padding:3px 0 0 4px;} #categories_block_left ul {margin:0 0 -1px 0;} #categories_block_left ul li {} #categories_block_left ul li a {height:28px;display:block;padding:0 0 0 16px;background:url(../img/mnf_item.png) 0 0 no-repeat;font:12px/27px "Arial";color:#ffffff;} #categories_block_left ul li a:hover {background-position:0 -28px;color:#fff;} Thank you very much for your help and advice. This has been quite frustrating Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now