I have a web store using Miva Merchant 5.5 Production Release 8 Update 6. I am trying to add some script for a Lightbox feature that instructs me to "include these lines of code in the HEAD SECTION of your web page:
link rel="stylesheet" href="/css/lightbox.css" type="text/css" media="screen" />
<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>
How do I access the HEAD section? I have looked everywhere.
Appreciate any help I can get.
link rel="stylesheet" href="/css/lightbox.css" type="text/css" media="screen" />
<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>
How do I access the HEAD section? I have looked everywhere.
Appreciate any help I can get.
Comment