![]() |
Menu background image
I have been trying for hours to add a menu background image to the section title "Categories". Is there a simple HTML snippet I can add to make this work properly. I plan on incorporating similar background images to the other sections as well. Any guidance is appreciated!
Here is the current code from categories.tpl x-cart 3.4.3: Code:
{* $Id: categories.tpl,v 1.18 2003/02/25 08:58:46 olga Exp $ *} |
you should add the background image to the menu.tpl file or create a table around the code you pasted and set the background in that
|
Quote:
Thanks shan! Could you give me an example of how the code should look in the menu.tpl? I'm confused how the menus work :? |
menu.tpl works the same as dialog.tlp
the file is re-used on all menus and wraps around the code you see for individual menu eg help, news etc |
Awesome. Thanks again!! :D
|
For anyone who is interested, here is the modified code (for menu.tpl):
Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> |
The code you gave there would cause problems when going to https
call the images like this instead {$ImagesDir}/image.jpg Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%"> |
WOW just tried this it works great!
My orange xcart is slowly disapearing bit by bit. thanks :D |
All times are GMT -8. The time now is 10:55 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.