X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Removing the images in the category boxes? (https://forum.x-cart.com/showthread.php?t=34219)

xcesiv 10-21-2007 06:39 PM

Re: Removing the images in the category boxes?
 
Im running the stock template with some small tweaks, but having some problems putting this in place.

I have tried a few different ways and all go to crap

Can someone please help

thanks

Code:

<table cellspacing="1" width="100%" class="VertMenuBorder">
<tr>
<td class="VertMenuTitle">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td>{$link_begin}<img src="{$ImagesDir}/{if $dingbats ne ''}{$dingbats}{else}spacer.gif{/if}" class="VertMenuTitleIcon" alt="{$menu_title|escape}" />{$link_end}</td>
<td width="100%">{if $link_href}<a href="{$link_href}">{/if}<font class="VertMenuTitle">{$menu_title}</font>{if $link_href}</a>{/if}</td>
</tr></table>
</td>
</tr>
<tr>
<td class="VertMenuBox">
<table cellpadding="{$cellpadding|default:"5"}" cellspacing="0" width="100%">
<tr><td>{$menu_content}<br /></td></tr>
</table>
</td></tr>
</table>


balinor 10-21-2007 06:56 PM

Re: Removing the images in the category boxes?
 
Did you paste the code I suggested above?

xcesiv 10-21-2007 07:08 PM

Re: Removing the images in the category boxes?
 
Got it.

thanks.

Just curious. how do I centre them now

balinor 10-21-2007 07:13 PM

Re: Removing the images in the category boxes?
 
Center what?

xcesiv 10-21-2007 07:24 PM

Re: Removing the images in the category boxes?
 
I was thinking about centreing the headings, but probably shouldnt.

balinor 10-21-2007 07:45 PM

Re: Removing the images in the category boxes?
 
You control that via the VertMenuTitle class in skin1.css.


All times are GMT -8. The time now is 01:46 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.