Errors on Web Page
ScottProkopPhotography
Registered Users Posts: 10 Beginner grinner
I need help with an error I receive on my website from Internet Explorer 7.
Error:
Line: 2
Char:1
Error: Syntax error
Code: 0
URL: http://www.scottprokop.com/
Thanks,
Scott
Error:
Line: 2
Char:1
Error: Syntax error
Code: 0
URL: http://www.scottprokop.com/
Thanks,
Scott
0
Comments
This stuff is quite straightforward to figure out in Firefox with FireBug installed because it shows you the actual line of code that is causing the problem. It tells me that you've added a javascript include from feedjit.com and you added it in the wrong place in your customization. This is a reference to an external piece of Javascript. You need to put this in your footer, not in your footer javascript. I can't see if there are more errors than this until you fix that one.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Worked perfectly. Thanks for you help and I will use FireBug in the future.