Hello everyone I want to replace the hr with the image that locate under every product. It look not not really nice with the bold ruler so i decided to replace with the image, my question is how can i do it [img]http://host4image.net/upload/files/2009-03/894dd5f7.jpg[/img] Best Regards
try to add in templates/pages_default.tpl in PRODUCTS_LIST before this: </li> this: <div class="hr"></div> in templates/default.css add: .hr{background:url('put-here-image');height:2px;}