Quote:
Originally Posted by MichaelCampbell
Although most mobile readers refer to your CSS stylesheet, they ignore paragraph tags in favor of their own settings. I don't know why, and it's maddening.
|
Err, no...
ePub readers recognise <p> and <div> tags just like any renderer and they default to block-level elements, whereas <span> tags default to inline elements (a behaviour which can, of course, be changed).
Maybe you should give an example of the code that's been causing you problems.