Quote:
Originally Posted by DNSB
Perhaps using figure and figcaption might be useful since the books are intended to be EPUB3.
|
We need to know the layout of the epub. The OP says that is simple: a line of text, the image, and another line of text. If these three elements are at the start of the chapter, anything will work; the problem arises if all three elements can be anywhere. The OP also doesn't say whether the three elements should remain together but I suspect so. Finally, if the book's design allows all three elements to float (that is, they don't have to be in a specific position), then using the <figure> tag makes sense. However, the OP still needs to consider the fallback code for epub2.