Hi All
I've just worked up a new company logo for my site (www.mailorder4x4.com), which is fine and dandy. However prior to me changing the logo I had a simple search option to take you to any section to the right of the logo. I want to do away with this. Is the code I need to alter the
</span> </td>
<td>NETQUOTEVAR:SIMPLESEARCH</td>
</tr>
</table>
section in the following header script (right down at the bottom)
<!-- NETQUOTEVAR:LOGINLINK -->
<!-- The following two lines can be uncommented and moved to include the section image -->
<!-- and description in the section page headers -->
<!-- NETQUOTEVAR:SECTIONIMAGE -->
<!-- NETQUOTEVAR:SECTIONTEXT -->
<!--<H1>NETQUOTEVAR:PAGEHEADER</H1>-->
<span class="actxsmall"><b>NETQUOTEVAR:HEADERTEXT</b></span>
NETQUOTEVAR:SEPARATORBAR
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
<TR>
NETQUOTEVAR:HEADERGUIDE
</TR>
</TABLE>
NETQUOTEVAR:SEPARATORBAR
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><span class="actxsmall"> NETQUOTEVAR:CARTCOOKIEITEMS
<script language="JavaScript">
<!--
document.write(getCartItem(3));
// -->
</script>, NETQUOTEVAR:CARTCOOKIEVALUE
<script language="JavaScript">
<!--
document.write(getCartItem(1));
// -->
</script>
</span> </td>
<td>NETQUOTEVAR:SIMPLESEARCH</td>
</tr>
</table>
NETQUOTEVAR:SEPARATORBAR
<!-- This file is used to build the page headers including the title, logo, etc. -->
<!-- Header HTML end -->
Any help would be great
Thanks all
Shaun
I've just worked up a new company logo for my site (www.mailorder4x4.com), which is fine and dandy. However prior to me changing the logo I had a simple search option to take you to any section to the right of the logo. I want to do away with this. Is the code I need to alter the
</span> </td>
<td>NETQUOTEVAR:SIMPLESEARCH</td>
</tr>
</table>
section in the following header script (right down at the bottom)
<!-- NETQUOTEVAR:LOGINLINK -->
<!-- The following two lines can be uncommented and moved to include the section image -->
<!-- and description in the section page headers -->
<!-- NETQUOTEVAR:SECTIONIMAGE -->
<!-- NETQUOTEVAR:SECTIONTEXT -->
<!--<H1>NETQUOTEVAR:PAGEHEADER</H1>-->
<span class="actxsmall"><b>NETQUOTEVAR:HEADERTEXT</b></span>
NETQUOTEVAR:SEPARATORBAR
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="CENTER">
<TR>
NETQUOTEVAR:HEADERGUIDE
</TR>
</TABLE>
NETQUOTEVAR:SEPARATORBAR
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><span class="actxsmall"> NETQUOTEVAR:CARTCOOKIEITEMS
<script language="JavaScript">
<!--
document.write(getCartItem(3));
// -->
</script>, NETQUOTEVAR:CARTCOOKIEVALUE
<script language="JavaScript">
<!--
document.write(getCartItem(1));
// -->
</script>
</span> </td>
<td>NETQUOTEVAR:SIMPLESEARCH</td>
</tr>
</table>
NETQUOTEVAR:SEPARATORBAR
<!-- This file is used to build the page headers including the title, logo, etc. -->
<!-- Header HTML end -->
Any help would be great
Thanks all
Shaun
Comment