I am trying to install some code on my snitz forum for TNX.net to display links. I installed the Site Integration MOD and I want the links to show on the left side. I have added a line of code
<!-- #include file="banner1.asp" -->
to inc_site_left.asp which calls the code given to me by TNX. File banner1.asp
<%@Language="JScript" %>
<!-- #include file="md5.asp" -->
...
However, I get an error that "The @ command must be the first command within the Active Server Page."
I have tried to contact TNX, but have gotten no answer. Anyone have any ideas?