Quote:
Originally Posted by HarryT
Can you not do it with a table?
|
That would not be reflowable, if the screen is made too small then the table will be cut off. A proper reflowable solution would have the image go onto the next line (this is achieved in epub using CSS floats). Also, in my experience, support for tables varies widely between different MOBI renderers.
Quote:
What you generally want with poetry is different levels of indentation for different lines, and you can certainly do that with Mobi. Was there anything specific that you had it mind that Mobi can't do when it comes to poetry?
|
No what you'd ideally like is hanging indents so that when the screen is resized to a width smaller than a single line the line reflows and the start of a line can be distinguished from the reflowed part. For an example of what I mean look at the advanced formatting demo linked to in the calibre user manual in a resizable viewer. Make the viewer width less than the line width and see how the lines in the poem reflow.