View Single Post
Old 02-09-2014, 02:44 AM   #3
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by DAWaterfall View Post
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
Jellby is offline   Reply With Quote