Hello,


I am using firebug to look up a way to change the size of the images that I want to use on my zencart, here is the snippet:

HTML Code:
<img style="height: 37px; width: 138px;" src="includes/templates/mysite/images/categories.png" alt="CATEGORIES">
I would like to know where I can change the size to this:


HTML Code:
<img style="height: 37px; width: 168px;" src="includes/templates/mysite/images/categories.png" alt="CATEGORIES">
Cheers