Using float in ADR v1 and v2
I recently tried using 'float' for a small image in ADR and found that neither v1 or v2 worked properly. My epub coding was:
.figright {float: right;
width: 60%;
clear: both;
margin: 0;}
.figleft {float: left;
width: 60%;
clear: both;
margin: 0;}
. . .was considering whether or not to<span class="figright"><img alt="" src="../Images/fig2b.png" width="100%"/></span> thus. . .
Have I done something incorrectly or is the problem with ADR? It works perfectly with Sigil.
|