View Single Post
Old 08-23-2010, 12:42 PM   #4
ldespain
Member
ldespain began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2010
Device: iPad, Nook, Kindle
Looks great in Sigil - you'll have to create the float-left (or float-whatever) property in CSS:
img.float-left{
float:left;
}
And then you can use margins around your images to make it look better.
Possible also to do with text, like if you have a call-out box. Pretty cool!
You'll need to add the class to the img tag:
<img class="float-left" />
ldespain is offline   Reply With Quote