Thread: padding
View Single Post
  #7  
Old 10-10-2007, 06:16 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

Default Re: padding

Ok balinor I'm looking at this code. Am I adding your code or changing some part of the code below. I want to change the dingbats image to a new image catBar.jpg and only have it show up on the customer side.

Balinor thank you so much for your help.



<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>
__________________
x-cart gold v4.1.8
Reply With Quote