How can I organize photos on a webpage?

  • Thread starter Thread starter salman
  • Start date Start date
salman said:
I'm currently creating a website which requires the organization of
pictures
(of cars to be speciific). Id like to lay it out in a similer fashion to
the
following car website:

http://exoticspotter.com/listingVehicle.php?make=7&model=all&location=all

How can I place the pictures in the 3x5 dimension fashion, with navigation
buttons on top?

Im really lost with this and any help would be greatly appreciated. Thank
you.

In this example, the cars in a table with 5 rows and 3 columns

Well, that's almost true - there is a header row which spans 3 columns. This
row has the navigation buttons in it, which invoke a JavaScript function
named "send"

To get started, just create a 5 row * 3 column table and put one picture in
each. When this works OK, you can add the navigation buttons row.

If you manage to create a page, post a reference to it and I (or others )
can have a look
 
Back
Top