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)
-   -   horizontal menu bar in the head (https://forum.x-cart.com/showthread.php?t=4114)

osy 08-25-2003 10:10 AM

horizontal menu bar in the head
 
can somebody help me to insert a horizontal menu bar in the right place of the head
thanks
osy

poboy 08-25-2003 10:29 AM

More specific with more info please..
 
Need more than that to help.

osy 08-25-2003 10:53 AM

sorry !!!
 
i want a bar like this one on top http://www.digitaladdition.net/xcart/customer/home.php

John7 08-25-2003 08:53 PM

Well...
 
Why not use a web editor to create the menu and then past it into skin1/customer/home.tpl where you want it?

shan 08-26-2003 03:23 AM

or create new template called top_nav.tpl and add the html code in there for your nav bar then include that bellow the head.tpl file in the home.tpl files.

osy 08-26-2003 07:09 AM

my horizontal navigation bar is there but when i remove the yellow squares ( i don't want the yellow squares) all the words are moving to the right side of my page. can anybody help me here is my code. please help me i'm newbie :(


Code:

{* $Id: head.tpl,v 1.21 2002/09/05 12:43:21 zorg Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=TableTop width=100%>
<TR>
<TD colSpan=2 valign="top" width="870"><a href="/">
[img]{$ImagesDir}/nexislogo.jpg[/img]</a></TD>
<TD align=right bgcolor="#000000">
{if $main eq "catalog" and $current_category.category eq "" and $all_languages_numba gt 1}
<FORM action="home.php" method=GET name=sl_form>
<SELECT name=sl onChange="javascript: document.sl_form.submit()">


{section name=ai loop=$all_languages}
<OPTION value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected{/if}>{$all_languages[ai].language}</OPTION>


{/section}
</SELECT>
</FORM>
{else}
 
{/if}
</TD>
</TR>
<TR>
<TD colSpan=3 valign="top" width="870" style="border-top-style: solid; border-top-width: 0; border-bottom-style: solid; border-bottom-width: 0"bgcolor="#000000">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="475">
<tr>
<td width="64">
[img]{$ImagesDir}/cuadros_nexis.gif[/img]<font color="#ffffff">Home</font></td>
<td width="23">
[img]{$ImagesDir}/cuadros_nexis.gif.gif[/img]</td>
<td width="78"><font color="#000000">Company</font></td>
<td width="23">
[img]{$ImagesDir}/cuadros_nexis.gif[/img]</td>
<td width="71"><font color="#000000">Services</font></td>
<td width="107">
[img]{$ImagesDir}/cuadros_nexis.gif[/img]<a href="http://"><font color="#000000">Web
Design</font></a>
</td>
<td width="89">
[img]{$ImagesDir}/cuadros_nexis.gif[/img]<font color="#000000">Reseller</font></td>
<td width="4"></td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD class=WhiteLine valign=center width=70></TD>
<TD class=WhiteLine valign=center></TD>
<TD rowSpan=3 width=99% valign=top class=TableTop style="background-repeat: repeat-x">

 

 

 
</TD>
</TR>



All times are GMT -8. The time now is 10:08 PM.

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