Quote:
Originally Posted by dgatwood
Hmm. I could have sworn I had code in there to vertically center the result. Well, that's easy to fix either way. Just add text-align: center on the enclosing div.
|
No, I'm afraid not

By adding "text-align: center" won't center the image
vertically and to center it horizontally by using that property, the image would have to be showed as "inline" element; otherwise "text-align: center" won't work. To center block elements you need "margin-left: auto" and "margin-right: auto".