multiple images on a page

TomStutt

Senior Member
Hi all (again)

Whats the best way to have multiple images on a page (portfolio page)

i want to have all my projects on my portfolio page lined up. so say 5 images along each line.

would a table be the best way to align these or is there a way to do it in the css

cheers
 
I've done my old ones (and am doing my new nes) with css

Code:
#thumb1a { position: absolute; top: 215px; left: 138px; width: 181px; height: 109px; }
where the image id is thumb1a
the rest should be self explanatory - just adjust to suit the page layout
 
Back
Top