<a href="image.jpg"><img src="thumbnail.jpg"></a>
Now the problem is I cant repeat this horizontally across the page. Like so.
<a href="image.jpg"><img src="thumbnail.jpg"></a> <a href="image.jpg"><img src="thumbnail.jpg"></a> <a href="image.jpg"><img src="thumbnail.jpg"></a> <a href="image.jpg"><img src="thumbnail.jpg"></a>
Now naturally this would have no padding BUT it would repeat across the page until there was no more room in the div and begin underneath. My thumbnail is 150x150 BUT the area that you can actually click to expand the image streches across the entire width of the content space which causes each image to repeat on its own individual line underneath. I thought this might be because i was using Lightbox 2.0 so i removed it and just left it at basic HTML with no immediate Styles or scripts affecting it to try to solve it. This didnt help.
Heres the page.
dustinbarre.com
