Forum Moderators: open
You have to put this strange looking code before your <html> tag! (the description can be left out... ;))
...
<! /*<script Symantec NIS SymError Bugcatcher by pixlon.com>
...
For me it works, hope for you as well!
Best Regards
Patrick
pixlon design group
www.pixlon.com
[webmasterworld.com...]
[webmasterworld.com...]
I found out that a completely blank page would be shown to me after installing NIS 2005 on some parts of my site
for me, the cause was that I 'forgot' the script closing tag on these pages
so instead of:
<script language="javascript" type="text/javascript" src="http://www.site.com/js/center.js"></script>
I used:
<script language="javascript" type="text/javascript" src="http://www.site.com/js/center.js">
maybe this will help some people :)