mellowblue
Member
Posted 7 months ago #
How can I insert the javascript pointers into the <head> tag?
i.e.
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
pixel8
Member
Posted 7 months ago #
If you go to you 'Appearance', then 'Editor' you should find a list of all the php and css files associated with your 'Theme'. You should be able to add additional content to your 'header.php' file. You may need to experiment to get this to work correctly, depending where you have uploaded these files to.