Results 1 to 2 of 2

Thread: Lightbox image viewer 2.03

  1. #1
    Join Date
    Jul 2007
    Posts
    8
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Arrow Lightbox image viewer 2.03

    1) Script Title: Lightbox image viewer 2.03

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm

    3) Describe problem: I am following all(well at least I think I am) all instructions and have uploaded all the files needed but still when I add it to my site it opens as a normal image in the same window instead of the lightbox format.. can someone please help me

    http://homeandawaycentral.com/melissa5.htm


    J

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    These files listed in your source code:

    Code:
    <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 rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
    are not on the server, relative to your page, in the locations (red) indicated. They are (relative to your page) here:

    Code:
    <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" />
    Either place the files in the directories indicated in your source code or change the source code to reflect their true location.

    There could be other (most likely minor, if any) problems, but this must be resolved first.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •