TomStutt Senior Member Oct 9, 2009 #1 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
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
Levi Ultimate Member Oct 9, 2009 #2 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
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
glenwheeler Senior Member Oct 10, 2009 #3 Make a little image gallery, something just nice and tidy would be cool. All my needs re doing!