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