View Single Post
Old 03-17-2022, 08:19 PM   #4
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,254
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Karellen View Post
But I suppose I should use <blockquote> anyway as that is what it is designed for. I can modify it in the css page also.
Just a word of warning ... if you do use <blockquote> and you also use epubcheck to validate your epubs, it will complain about a <blockquote> element if it contains text. It expects you to wrap it around a group of child elements containing the text. e.g.
Code:
<blockquote>
    <p>Some text</p>
    <p>Some more text</p>
</blockquote>
jackie_w is offline   Reply With Quote