free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Another Copyright Problem


goduke150
06-06-2009, 01:48 PM
Hey, thanks for the templates. They're great. I'm having an issue just like everyone else on the forum with the copyright notice. I'm trying to add a javascript contact bar to the top of the page, and I notice that the one line that causes the copyright problem is :

<script src="js/jquery-1.2.6.min.js" type="text/javascript"></script>

It doesn't matter where I put that in the code, it still has issues.

I've uploaded a temp page to http://www.erinimaging.com/index2.htm

Thanks for your help on this. How much do you charge to get a non-copyrighted page?

freenicetemplates
06-06-2009, 06:38 PM
Hi,
The problem is comming from a javascript error on your page.
Be careful, on your home page you've got twice :
</head>
<body>
Moreover there the template originaly include jquery. In the header you will find:
<script src="js/jquery121.js" type="text/javascript"></script>
So if you load it twice there might conflicts.

Does your page working fine offline?

Cheers