View Single Post
  #6  
Old 08-26-2003, 07:09 AM
 
osy osy is offline
 

Member
  
Join Date: Aug 2003
Location: Caracas
Posts: 15
 

Default

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>
Reply With Quote