View Single Post
Old 07-28-2012, 04:07 PM   #13
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
Nope. You are mixing the semantic value of a blockquote with its (default) presentation.

The purpose of a blockquote is to insert a long quotation (not inline with the main text).

If you just want margins around a piece of text, define a div o p class, with suitable margins.

EDIT: see, for example, http://www.w3.org/TR/html401/struct/text.html#h-9.2.2 where later you can read:

Quote:
The usage of BLOCKQUOTE to indent text is deprecated in favor of style sheets.
or http://www.w3.org/TR/html5/the-block...kquote-element.

Last edited by AlPe; 07-28-2012 at 04:14 PM.
AlPe is offline   Reply With Quote