View Single Post
  #10 (permalink)  
Old Jul 29th, 2007, 09:30
R8515198 R8515198 is offline
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Viewing Portfolio

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

Last edited by R8515198; Jul 29th, 2007 at 13:55.
Reply With Quote