DeanC, on 21 August 2006 - 04:59 PM, said:
The ThickBox one comes with it ;-)
[any files below that have file extension .js.php need to be renamed to .js]
(1) Upload all the four files below into the root of your etomite website
(2) Add the following into your <head></head> bit in your template
[any files below that have file extension .js.php need to be renamed to .js]
(1) Upload all the four files below into the root of your etomite website
(2) Add the following into your <head></head> bit in your template
<script type="text/javascript" src="/jquery.js"></script> <script type="text/javascript" src="/thickbox.js"></script> <link rel="stylesheet" href="/thickbox.css" type="text/css" media="screen" />(3) Wherever you have an <img> tag, make it into the following format:
<img src="filename.jpg" title="Whatever you want the description to be" class="thickbox" rel="gallery-name" />











