My header (logo image) is duplicating in the shopping section
My header (logo image) is duplicating in the shopping section but not in the brochure pages. It seems to be tiling it for some reason. Can anyone advise on how to eliminate this
Look in your Act_Primary template for:
<table background="logo1.gif" width="100%" height="151"><TR><TD width="100% valign="bottom">
change the height to be 86 instead of 151.
Thanks Duncan, i opened the template you detailed in a text editor (is this correct or is via actinic?) and could not find the text you said to change.
Act_Primary
<!-- Primary HTML begin -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
NETQUOTEVAR:PAGETITLE
</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<!--@act NETQUOTEVAR:SUBMITFUNCTION -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<LINK REL=STYLESHEET HREF="actinic.css">
<!-- Placeholder of cookie checking javascript code. Do not remove it! -->
<Actinic:COOKIECHECK/>
<!--
The NETQUOTEVARs below can be uncommented for getting raw section lists:
1. Top level section list
2. Section list from current level and all children
3. The whole section tree
The rest covers the standalone structure members for each array - e.g. if
you only need sName or sURL from an array.
See the documentation for details.
I too can see the code Duncan is referring too in the source code for your site. I would suggest raising this with support if you cannot find where this is referenced. You do not appear to have NETQUOTEVAR:LOGOIMAGE anywhere on that Primary template yet have 2 logo's appearing on the page.
Comment