Hello,
Firstly, I apologise if I am posting in the wrong forum. It actually took me a while to navigate around and create a thread.I don't exactly know which forum my question actually falls under, either...
Anyways, I am attempting to use the lightbox 2.03a (Lightbox Image Viewer 2.0) on my page.
Here is the website link: http://www.shaib.webs.com/trial.html
This is the coding I'm using in my trial page (I had to extract the bits related to the lightbox from the original coding so I don't get confused).
I have enough knowledge of HTML and CSS to get me through and allow me to make some form of a websiteCode:<!doctype html> <head> <title> JENESYS 2.0 REPORT </title> <script type="text/javascript" src="prototype.js"></script> <script type="text/javascript" src="scriptaculous.js?load=effects"></script> <script type="text/javascript" src="lightbox.js"></script> <link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" /> </head> <body background="wooden.png"> <body bgcolor="#E6E1C5"> <div id="album" style="position:absolute; z-index:30; left:80px; top:80px; overflow:hidden; width:680px; height:100%;"> <a href="gallery/IMG_0001.jpg" rel="lightbox[jenesys]" title="caption here"><img src="gallery/0001.png"></img></a> <a href="gallery/IMG_0001.jpg" rel="lightbox[jenesys]" title="caption here"><img src="gallery/0002.png"></img></a> <a href="gallery/IMG_0001.jpg" rel="lightbox[jenesys]" title="caption here"><img src="gallery/0003.png"></img></a> </body> </html>I am also using webs.com (freewebs.com) as my server to host my pages. I have uploaded the necessary files (lightbox.css, lightbox.js, scriptaculous.js and prototype.js) along with the necessary image files. These are all stored in folders in my Webs file manager. I have double checked and all my src="" links are correct in my <HEAD> section and also in the external files. I really don't know what I'm doing wrong...
Help would be greatly appreciated.
Thank you!



I don't exactly know which forum my question actually falls under, either...
I am also using webs.com (freewebs.com) as my server to host my pages. I have uploaded the necessary files (lightbox.css, lightbox.js, scriptaculous.js and prototype.js) along with the necessary image files. These are all stored in folders in my Webs file manager. I have double checked and all my src="" links are correct in my <HEAD> section and also in the external files. I really don't know what I'm doing wrong... 
Reply With Quote

Bookmarks