Quote:
Originally Posted by DAWaterfall
The problem is that HTML does not allow us to have live text (in a <div>) as a child of a Paragraph, which is exactly what an Inline is with respect to InDesign.
|
No, but you can have a <span> and style it with "display:block", then it will behave exactly as a <div> (except for the other things it can contain, which can be dealt with in the same way).
Or maybe you want "display:inline-block" or something like that. The problem here is it may not work in ePub readers, since it is not required in ePub 2.0.1