|
|
Forum moderator: bigblog |
uCoz Community Communication uCoz Discussions Ucoz Head Code position |
Ucoz Head Code position |
How can i add this code :
Code <link type="text/css" rel="StyleSheet" href="http://s57.ucoz.net/src/base.css" /> <link type="text/css" rel="StyleSheet" href="http://s57.ucoz.net/src/layer3.css" /> <script type="text/javascript" src="http://s57.ucoz.net/src/jquery-1.7.2.js"></script> <link href="http://s57.ucoz.net/src/ulightbox/ulightbox.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="http://s57.ucoz.net/src/ulightbox/ulightbox.js"></script> <script type="text/javascript" src="http://s57.ucoz.net/src/uwnd.js?2"></script><style type="text/css">.UhideBlockL {display:none}</style> Now i have some jquery code in the head that does not work because this ucoz code appears after it .. how can i change this ? |
CiRRuS, you can't. Add the code you need to add to within the <body></body> tags.
As to the script clashing, adding it after may not exactly resolve the problem either. If the jQuery is resolving in an error the position of the script generally has nothing to do with it. It's the script itself. Good luck. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||