View Single Post

  #9 (permalink)  
Old 26-04-2008, 12:11 PM
sticker sticker is offline
Coder
 
Join Date: Apr 2008
Posts: 77
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
sticker will become famous soon enough
Default

Quote:
Originally Posted by ButtermilkJack View Post
Yes, you've taken the files out of their folders and placed them in the root. So, now when the document loads and the <head> section looks for "js/lightbox.js" it's not going to find it because you've taken it out of the folder 'js'.

You need to make sure your paths are correct. Either recreate the 3 folders you removed (i.e. "css", "images" & "js") and place the respective files back in, or change the paths in the <head> section to point to where the files are now (i.e. the root).

Personally, I would recreate the folders as it's always better practice to have a clean directory structure, rather than hundreds of files in the root.

That should get you going.

EDIT: You edited your post at the same time as my reply so this may seem strange to anyone reading it later on. Just a quick tip... In future I wouldn't make wholesale changes to your posts as people will be reading these later on and will lose track of the thread halfway through.
I understand - I figured the problem out as I was posting! - but you're quite right of course!

Thanks again! - a good first experience posting here!!

Last edited by sticker; 26-04-2008 at 12:15 PM.
Reply With Quote