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
Printable View
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:
Try that along with any other variations you may need for your particular situation.Code:img {
display: block;
width: XXpx; height: YYpx;
margin: 0 auto;
}