View Single Post
Old 01-30-2015, 12:12 PM   #1
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
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.
bobcdy is offline   Reply With Quote