Re: How to center an image using quickbook (or a .css)

Daniel James <[email protected]> Fri, 1 Apr 2016 20:17:02 +0100
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <CAHOE3ychSp+f6dYUdbOrY846v4wU=+G18k=Lmdj=h72rH8_Kmw@mail.gmail.com>
On 1 April 2016 at 17:54, John Maddock <[email protected]> wrote:
>
> I don't know how to do this in quickbook, but in html you need to align the
> surrounding paragraph.

Unless you make the image a block element, which should be fine if
it's to be centered. So something like:

    img.centre { display:block; margin-left: auto; margin-right: auto; }