Key
Level1-
Level2-
Level3-
Level4
My structure
www.bradfordarmshotel.com/
test1/
Templates/
fwdtemp.dwt
assets/
buttons
/
images
css/lightbox.css (files from light box)
about/
index.html
contact/
index.html
services/
index.html
images (files from light box)
/ducattivfr.jpg-ducattivfr1.jpg
js/effects.js (files from light box)
/prototype.js (files from light box)
/scriptaculous.js (files from light box)
/lightbox.js (files from light box)
portfolio/
index.html
prices/
index.html
fwd.css
index.html
I have attached this to my template
- Code: Select all
<head>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link href="../fwd.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
and this to my portfolio
- Code: Select all
<p><a href="../images/ducattivfr.jpg" rel="lightbox"><img src="../images/ducattivfr1.jpg" width="100" height="40" alt="" /></a></p>
can anyone see where I am going wrong
Cheers Dan