To wrap text around image we need to apply float property to <img> tag element. Here’s a sample code. Step 1: Open your eBook in Sigil or similar software. Step 2:Insert the following code in your CSS file: CSS .imgRight { float: right; padding: 5px; width: 30%; height: auto; display: block; } .imgLeft { float: […]