background image won't load

K

kp

I can't get any background images to load. All I get is a white background
and I can't figure out why, does anyone know how to fix this? Thanks
 
S

steve

Look in View - Source. Is the following script on the
webpage:

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

This is affecting my pages also. I don't know why.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top