View Single Post
  #7  
Old 10-27-2005, 07:07 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default

I am using the menu.tpl file. when i insert an image to displays in the displays but the the name of the menu title "Category" gets shifted below it on a new line. how do i get the menu header name to appear on the image without shifting.

the image source tag that i used is: [img]skin1/images/blueboarderbg2.gif[/img]


http://www.michaelmoskva.com/xcart/home.php

Code:
<TABLE border="0" cellpadding="0" cellspacing="0" width="120%"> <TR> <TD class="VertMenuBorder"> <TABLE border="0" cellpadding="1" cellspacing="1" width="100%"> <TR> <TD class="VertMenuTitle">[img]skin1/images/blueboarderbg2.gif[/img] {if $link_href} <FONT class="VertMenuTitle">{$menu_title}</FONT> {else} <FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT> {/if} </TD> </TR> <TR> <TD class="VertMenuBox"> <TABLE border="0" cellpadding="5" cellspacing="0" width="100%"> <TR> <TD>{$menu_content} </TD></TR> </TABLE> </TD></TR> </TABLE> </TD></TR> </TABLE>
__________________
x-cart 4.0.16v
linux server
Reply With Quote