Trying to wrap some text around a graphic in an online email marketing service, which has slightly inscrutable stylesheet conventions.
How do I write the following class rule as an inline style?
.img {float: left; margin-right: 7px; margin-bottom: 4px;}
Thanks.