Results 1 to 5 of 5

Thread: What Am I Doing Wrong?

  1. #1
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation What Am I Doing Wrong?

    1) Script Title: Lightbox image viewer 2.03a

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

    3) Describe problem: I've put in the code but it's just not working - have I done something wrong?
    Can someone view the source code and tell me if and where I've stepped on it? Here is one page
    from my site. Oh and everything is uploaded to my server; scripts, etc. Help!

    http://phughesphotography.com/bridal.htm

    Help por favor!

    phughesphoto

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Your links look like this:
    HTML 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" />
    However there are no files in those locations. The file prototype.js for example is in the main directory. The link should then be:
    HTML Code:
    <script type="text/javascript" src="prototype.js"></script>
    You should check all the links and make sure they point to the correct location of the files.

  3. #3
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok so I am confused!

    Paula

  4. #4
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I forgot - it works fine on my pc but when it's uploaded to the server, it quits working . .

    does that help?

    Paula

  5. #5
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I got it! Thank you much!

    Holds head in shame for being a temporary dhtml do-do!

    Paula

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
  •