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)
-   -   REMOVE IMAGES ON THE HEAD (https://forum.x-cart.com/showthread.php?t=4128)

osy 08-26-2003 09:25 AM

REMOVE IMAGES ON THE HEAD
 
PLEASE HELP!!!!!!!!!!! I NEED TO REMOVE THE IMAGES NAMED CUADROS_NEXIS.GIF BUT WHEN I DO THIS ALL MY TEXT IS GOING CRAZY AND MOVING TO THE RIGHT SIDE OF THE PAGE. CAN ANIBODY HELP ME HERE'S MY CODE. PLEASE, PLEASE HELP ME I'M OBVIOUSLY 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>


shan 08-26-2003 09:36 AM

you could replace the table that has the links and images with this

Code:

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="345">
        <tr>
          <td width="78"><font color="#000000">Company</font></td>
          <td width="71"><font color="#000000">Services</font></td>
          <td width="107"><font color="#000000">Web Design</font></td>
          <td width="89"><font color="#000000">Reseller</font></td>
        </tr>
      </table>


allthough it looks as if you have some other code thats a bit off in the rest of this file too.


All times are GMT -8. The time now is 09:48 PM.

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