Quote:
Originally Posted by Karellen
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>