When I move:
<script src="js/jquery.prettyPhoto.js"></script>
To:
<script type="text/javascript">
...
</script>
Then the script starts showing on the page from the bold part onwards:
style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true">'},s);var o=this,u=false,a,f,l,c,h,p,d=e(window).height(),v=e...
The script is attributed with this information:
Class: prettyPhoto
Use: Lightbox clone for jQuery
Author: Stephane Caron (http://www.no-margin-for-errors.com)
Version: 3.1.5
How can I move the script from a .js
file to the page correctly?