| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
add icons netx to category names | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I am not using fancy categories module.
I would like to add a "button" type image next to each listing in my categories menu - just to Pretty it up a little. Is this possible and where do I start?
__________________
Version 4.7.7 |
|||||||
#2
|
|||||||
|
|||||||
![]() customer/categories.tpl
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() Thanks so something like
<img src ="Button " height="10" width="10" img src="path to my file" cat={$categories[cat_num].categoryid} Not sure where to plonk it in the code?
__________________
Version 4.7.7 |
|||||||
#4
|
|||||||
|
|||||||
![]() You don't need to put anything about the cat in there, just make it a simple image tag:
<img src="{$ImagesDir}/image.jpg" width="10" height="10"> Put it right before this: <FONT class="CategoriesList">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() This is great I'm learning very quickly.
![]() The image sits real close to the category name. How do I put a space between the button image and the category text? I appreciate your time. Zane
__________________
Version 4.7.7 |
|||||||
#6
|
|||||||
|
|||||||
![]() add a padding value to it:
<img src="{$ImagesDir}/image.jpg" width="10" height="10" style="padding-right: 10px;">
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||
|
|||||||
![]() Thanks. It doesnt seem to have any effect, this is what I have.
<img src="{$ImagesDir}/menu_ball.gif" width="16" height="16" style="padding-right: 40px;"> ??
__________________
Version 4.7.7 |
|||||||
#8
|
|||||||
|
|||||||
![]() What if I wanted a different icon for each category?
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting! |
|||||||
#9
|
|||||||
|
|||||||
![]() That is an entirely different bit of code I'm afraid
![]()
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#10
|
|||||||
|
|||||||
![]() A little clue?
Code:
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting! |
|||||||
|
|||
X-Cart forums © 2001-2020
|