View Full Version : Lightbox js v2.03
village
03-09-2009, 11:25 PM
1) Script Title: Help with Lightbox
2) Script URL (on DD): www.dynamicdrive.com
3) Describe problem:
Help please i have download lightbox js v2.03 and i am trying to use this in a new web page in frontpage 2002
But have no idea where or what to do to make it work like the example on the download page.
I have tried all sorts but i am stuck, and have very little knowledge of HTML.
Please can anyone help.
Snookerman
03-10-2009, 07:08 AM
Warning: Please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) for the proper posting format when asking a question.
Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.
village
03-10-2009, 08:03 AM
Sorry,
The web page is not yet published, I am trying to get the image gallery to work so I can develop the page around it.
This is what I have tried and the file structure.
I am sorry but have little to no HTML knowledge.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<script type="text/javascript" src="js/prototype.js"></scipt>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
</body>
</html>
The CSS file and the JS files are placed where the page is saved on the directory
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.