View Single Post
  #3  
Old 10-18-2003, 05:56 PM
 
jeeya jeeya is offline
 

X-Adept
  
Join Date: May 2003
Location: USA
Posts: 807
 

Default .

Here is what I have.

Make necessary changes to it. Edit it in frontpage or dreamweaver and set table witdth.


<TABLE border=1 cellPadding=5 cellSpacing=0 width="100%" style="border-collapse: collapse" bordercolor="#FF6600">
<TR>
{if $link_href}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 valign=center width=80% align="left"><font class=VertMenuTitle>
<font color="#FFFFFF"></font><font color="#FFFFFF">{$menu_title}</font></font></TD>
{else}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 width=80% align="left">
<font class=VertMenuBoxNewsTitle color="#FFFFFF"> {$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>
__________________
X-Cart Version 4.1.8
Hosted on Linux
Reply With Quote