articlecrtwehj
New Member
So I'm trying to add a photogallery to my website. There was a .zip file that could be downloaded, with everything needed. I copied those files, replaced & checked so that the filepaths would be correct within the .html file and so on, but this is what happens: http://i49.tinypic.com/2m4ep0y.pngWhat I am trying to make: http://net.tutsplus.com/tutorials/javascript-ajax/create-a-spectacular-photo-gallery-with-mootools/The CSS code can be found inside link above, my .css file looks exactly the same, just copy-pasted. The parts from the HTML file were also copied, so not sure where the problem is. Seems like it's not linking to either the javascript/css files? I've tripple-checked the paths and so on. HTML Code, added inside BODY\[code\]<div id="container"><h1>Photo Gallery</h1><div id="picture_section"><div id="inside"></div></div><div id="controls_vert"><div id="up" class="deactivated">Scroll Up</div><div id="down">Scroll Down</div></div><div id="controls_horz"><div id="left">Left</div><div id="right">Right</div></div></div><div id="display_picture_container"><div id="display_picture">Click on the image to go back to the gallery.</div><div id="display_picture_img"></div></div>\[/code\]