Hi,
I simply require a small side image (a few pixels) on the side of each category in the categories menu sidebox. Just like you would have bullet points for each category.
my site is http://www.HouseOfPainNutrition.com
can you please help.
Hi,
I simply require a small side image (a few pixels) on the side of each category in the categories menu sidebox. Just like you would have bullet points for each category.
my site is http://www.HouseOfPainNutrition.com
can you please help.
bumbing this message
You can do this by giving the category elements a background image which has your pixels on each side and blank in the center. You do this in /includes/templates/your_template/css/stylesheet.css.
Find the class or id applied to the elements (use View Source, or the Firefox Web Developer) and add
background-image: url(../your-image.gif);
to its declaration in the stylesheet (add the declaration if it is not there already.)
Put your gif in /images/.