Just been tweaking my logo image and layout of the header on my website and have hit a problem. I haven't uploaded yet because the logo image is not displaying on the catalogue pages whereas, having used the exact same code on the Act_BrochurePrimary and Act_Primary templates, it shows up fine on the index page (see screenshots attached).
Index Page
Catalogue Page
As you can see the logo image is displaying as NETQUOTEVAR:BROCHURELOGO
I have changed the logo image in Design|Options|Shop Defaults and Brochure.
It's probably something obvious but I can't see it.
Here's the relevant code from my Act_Primary.html
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="left" bgcolor="#ffffff">
NETQUOTEVAR:BROCHURELOGO</td><td align="center">
<table width="100%" cellspacing="2" cellpadding="2">
<tr align="center" valign="middle">
<td><img src="visa.gif" width="34" height="22"></td>
<td><img src="master.gif" width="34" height="22"></td>
<td><img src="elec.gif" width="32" height="22"></td>
</tr>
<tr align="center" valign="middle">
<td><img src="swi.gif" width="29" height="22"></td>
<td><img src="solo.gif" width="30" height="19"></td>
<td><img src="delta.gif" width="32" height="21"></td>
</tr>
</table></td>
<td align="center">
CUSTOMVAR:CONTACTINFO</td>
</tr>
</table>
Index Page
Catalogue Page
As you can see the logo image is displaying as NETQUOTEVAR:BROCHURELOGO
I have changed the logo image in Design|Options|Shop Defaults and Brochure.
It's probably something obvious but I can't see it.
Here's the relevant code from my Act_Primary.html
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="left" bgcolor="#ffffff">
NETQUOTEVAR:BROCHURELOGO</td><td align="center">
<table width="100%" cellspacing="2" cellpadding="2">
<tr align="center" valign="middle">
<td><img src="visa.gif" width="34" height="22"></td>
<td><img src="master.gif" width="34" height="22"></td>
<td><img src="elec.gif" width="32" height="22"></td>
</tr>
<tr align="center" valign="middle">
<td><img src="swi.gif" width="29" height="22"></td>
<td><img src="solo.gif" width="30" height="19"></td>
<td><img src="delta.gif" width="32" height="21"></td>
</tr>
</table></td>
<td align="center">
CUSTOMVAR:CONTACTINFO</td>
</tr>
</table>
Comment