View Single Post
Old 03-31-2020, 03:23 AM   #6
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 74,113
Karma: 315558332
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
Try this.

<div class="centered_image">
<img src="flow_2.jpg" alt="leaflet"/>
</div>

With css like this:

div.centered_image {
width: 60%;
margin: 1em 19%;
}
div.centered_image img {
width: 100%;
}

(19% to avoid any rounding errors causing problems)

(From stack exchange)
pdurrant is offline   Reply With Quote