English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am making a website with Dreamweaver and want to create a simple image gallery that can be viewed from thumbnails. Look at this link http://www.dommowbray.com/View-Img3.asp?sid=12500 as this is exactly what I want to do. I want to know how to go about creating this and not via the photo album tool in the commands section. I need to be able to place this gallery within a page layout similar to the one in the link anyone help as its doing my nut in?

2007-03-23 09:01:44 · 4 answers · asked by darrjo23 2 in Computers & Internet Programming & Design

I know how to make the table and make it look right for one page but how can I link the thunbnails to the larger images so when pressed the large image appears on the same page

2007-03-23 10:09:18 · update #1

4 answers

Well copy that page source, open it in dreamweaver and adapt it to your own needs. The stuff that does the 'magic' is the javascript - it's a bit messy in that one though.

Heres one I made earlier:
It's impossible to actually give you an example that's going to be exactly suited to you but I HOPE that what this is doing here will be clear enough for you to adapt it to your own needs.

put this above your tag




this is for the image you want to change:



put this in your body:


1
2
3
4
5
6
7
8




You can swap text links for images etc ope it all makes sense

2007-03-23 09:15:15 · answer #1 · answered by circusmort 5 · 0 0

The page you are giving as an example uses Javascript to perform the functionality you're looking for. You can view the page's source code by clicking View -> Source (or View -> Page Source in Firefox).

The functiona that do what you ask is within the