I now know how to amend the list number on the Best Sellers and replace with an image, however if I want to use a smaller image than ProductImageLayout, how do I call my new images?
To change the size there are a couple of ways and it has been covered on the forum by Norman. There is the ability to re-size in PHP or the simple route it to set the width="50px" or whatever directly into the <img> tag rather than letting Actinic set the value dynamically. If you search for this you will see a fuller explanation and the PHP option also.
Comment