My blog is showing errors in the status bar of IE and FF. I am not a HTML/CSS Pro. Can you please help where and why is the error? Thanks. URL:ww.vinodlive.com
I'm running Firefox 2.0.0.3 under Windows XP. I don't see any errors in the statusbar, but the error console says this, if it helps: -------------------- Error: missing ; before statement Source File: http://www.vinodlive.com/wp-content/themes/torn/styleswitcher.js Line: 1, Column: 27 Source Code: etActiveStyleSheet(title);}window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("style", title, 365);}var cookie = readCookie("style");var title = cookie ? cookie : getPreferredStyleSheet();setActiveStyleSheet(title); --------------------
Thats the error. Did you install a recent plugin that caused it recently? Most likely a character problem in one of the plugins you are using, or you modified the php theme files and mis placed a character or tag. Try disabling a plugin at a time and see if it resolves the issue (unless of course you know you made a recent change)
Thank you ALL for the inputs. I have had the same error as 'Line 2' one. I guess I need to check for issues with any of the plugin there. Thanks again.