Hi everyone,
Well as you can probably guess from the subject, I am a complete beginner. Actually I started learning
Dhtml out of a book about 1 month ago, and now i'm trying to make a website for a friend.
I'm actually having problems with an idea I want to implement all though i don't know if it's even possible using only
html and javascript.
I have used some free script to create a horizontal scroller where I have thumbnails and I want to be able to click on these thumbnails in order to show an image in another part of this page. I have managed to do that, but what i want to do now is make a table that is bound to a file so that all my friend has to do is write the filenames of the images in the file and they will be displayed. unfortunately to properly use the scroll script I need to have the images displayed on one row, and databinding only let's me display one image per row. Does anyone know how I can get around this?