View Single Post
Old 04-01-2014, 05:11 PM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,620
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
It would work the old way, too. You just need to get rid of the 'px' after the numbers. It's unnecessary since pixels are the only thing they're allowed to be for those particular html image attributes.

Code:
<img alt="page005_image2" width="181" height="136" src="../Images/page005_image2.png" style="float: right; margin-left: 10px; margin-bottom: 10px;" />
Of course, your inline style solution will work just fine, as well.

Last edited by DiapDealer; 04-01-2014 at 05:36 PM.
DiapDealer is offline   Reply With Quote