PDA

View Full Version : Best Way To Set Up A Picure Gallery



Vance
17 Mar 2009, 08:51 PM
I am trying to figure out the best way to set up a picture gallery of sorts. I have several pictures that I would like to display on a page and have them linked to a larger version.

Is a table the best route to go with this or is there an easier way?

My pics are in two different sizes (1 size is 247px wide & 140px high, and the other is 93px wide and 140px high). I am trying to get a 247px wide, then 2 93px wide then a 247px wide all on the same row.

Maybe I've just been working at this toooo long or maybe I'm having a major brain fart, but I just don't seem to be able to get it to work.

Any of the experts here have what I am sure is a very simple suggestion to fix my problem?

Many thanks,
Vance

Wickham
18 Mar 2009, 02:11 AM
To link to a larger version there are lots of css hover popups methods that show a line of thumbnails which popup in a different place. See
http://www.wickham43.net/hoverpopups.php

If you have different size images and want them all to be the same size in a row, use resizing like:-
<img style="width: 247px;" src="image.jpg" alt="Image description"> which will resize the width and the height in proportion (so the top or bottom may not line up with the others).