Quote:
Originally Posted by Deceptor
I had a similar error pop up not so long ago. Check that the "<vb:if condition>" tags are all written correctly, since that's what caused the same error when I was porting templates and had missed one.
In vB3 it's: <if condition="...."><else /></if>
In vB4 it's: <vb:if condition="...."><vb:else /></vb:if>
|
I'm not using HTML <if> statements though. The template in question consists entirely of javascript (with the addition of the <script></script> tags). How would that apply?