4. In the top right-hand corner, click “Edit HTML.” (fig. D). A page with atext box in the middle should load.
5.
Find
<head><jdoc:include type="head" />
in the text box, and add thefollowing. When done, click Save (fig. E):
<script type="text/javascript" src="<?php echo $this->baseurl ?>/media/system/js/modal.js"> </script><link rel="stylesheet" href="<?php echo $this->baseurl ?>/media/system/css/modal.css" type="text/css" /><script type="text/javascript">// <!--window.addEvent('domready', function(){ var JTooltips = newTips($$('.hasTip'), { maxTitleChars: 50, fixed: 'false'}); });// --></script><script type="text/javascript">// <!--window.addEvent('domready', function() {SqueezeBox.initialize({});$$('a.modal').each(function(el) {el.addEvent('click', function(e) {new Event(e).stop();SqueezeBox.fromElement(el);});});});// --></script>
Figure E. Add the script right below
<head><jdoc:include type="head" />.
Fiure D. Select “Edit HTML.”