You haven't linked to the scripts properly - the path is wrong. When I try to visit http://www.lovemelody.co.uk/test/greybox/AJS.js, I get a 404 error. Check your file structure on you web server and find out where AJS.js actually is.
Tyler On Sep 13, 8:43 am, Xironet <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to creat an image gallery. I have created a test directory > on my live domain, put just 2 images in a directory called "images" > inside test directory. I have also copied all the files which came > with graybox and copied them inside test directory. The source code > for index file is as below: > <html> > > <head> > <meta http-equiv="Content-Type" content="text/html; > charset=windows-1252"> > <title>test</title> > > <script type="text/javascript"> > var GB_ROOT_DIR = "http://www.lovemelody.co.uk/test/greybox/"; > </script> > > <script type="text/javascript" src="greybox/AJS.js"></script> > <script type="text/javascript" src="greybox/AJS_fx.js"></script> > <script type="text/javascript" src="greybox/gb_scripts.js"></script> > <link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" /> > > </head> > > <body> > <a href="images/003.jpg" rel="gb_imageset[nice_pics]" title="Image 1"> > <img src="images/003.jpg" /> > </a> > <a href="images/004.jpg" rel="gb_imageset[nice_pics]" title="Image 2"> > <img src="images/004.jpg" /> > </a> > > </body> > > </html> > > The site can actually been seen here: > > http://www.lovemelody.co.uk/test/ > > Can anyone please tell me where I have gone wrong as the explanation > included with grey box is very very confusing. I am desperate . > > Many thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GreyBox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/greybox?hl=en -~----------~----~----~----~------~----~------~--~---

