Quote:
Originally Posted by AndrewH
This works brilliantly for images that have been giving me trouble splitting across pages, so thank you! However, the images are justified left and I can't figure out how to get them centered.
|
Off the top of my head...
Add a
Code:
div { text-align: center; }
to the style section in the head, or change the div tag in the body to:
Code:
<div style="text-align:center">