View Single Post
Old 10-26-2015, 10:44 AM   #6
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,556
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by Doitsu View Post
Many ebook designers use <blockquote> tags incorrectly. For example, the following code fragment will be flagged by epubcheck:

Code:
  <blockquote>
    This is a blockquote.
  </blockquote>
However, if you add paragraph tags (or other suitable tags), the book will pass epubcheck:

Code:
    <blockquote>
      <p>This is a blockquote.</p>
    </blockquote>
Thanks - that's just ignorance . I find it an extremely useful feature and use it in virtually all the books I create. It's extremely useful for purposes like quoting letters.
HarryT is offline   Reply With Quote