Hello
Is there a better way to center a block of images in the page? At the moment I would put them in a table.
http://gordonengraving.co.uk/Signs.html
Many thanks
William
For all images:
img { display: block; width: XXpx; height: YYpx; margin: 0 auto; }
Try that along with any other variations you may need for your particular situation.