You Guys have probably dealt with this problem many times before. For Being repetative I appologise In advance.
today I have started to get the error when trying to upload. Whilst checking HTML pages i get an error:
The NETQUOTEVAR Variable ENDSEPARATOR wasn't found in template ...BLAH BLAH
When i add the NETQUOTEVAR:ENDSEPARATOR to the template it displays NETQUOTEVAR:ENDSEPARATOR as text on the page as this is a template for alot of pages on our site it is crucial it shouldn't do this.
Here's the template:
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
NETQUOTEVAR:ENDSEPARATOR
<DIV ALIGN="CENTER">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
How can I solve this problem and what's causing it?
Many thanks in advance for any help given.
today I have started to get the error when trying to upload. Whilst checking HTML pages i get an error:
The NETQUOTEVAR Variable ENDSEPARATOR wasn't found in template ...BLAH BLAH
When i add the NETQUOTEVAR:ENDSEPARATOR to the template it displays NETQUOTEVAR:ENDSEPARATOR as text on the page as this is a template for alot of pages on our site it is crucial it shouldn't do this.
Here's the template:
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
NETQUOTEVAR:ENDSEPARATOR
<DIV ALIGN="CENTER">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
How can I solve this problem and what's causing it?
Many thanks in advance for any help given.
Comment