Quote:
Originally Posted by Quoth
I think <blockquote> is really just for websites, maybe even stuff ignoring CSS. It does an indent by default and I have seen
<span class="s1"><blockquote class="bq1"><blockquoteclass="bq2"><blockquoteclas s="bq2">Some text</blockquote></blockquote></blockquote><blockquote class="bq1"><blockquoteclass="bq2"><blockquoteclas s="bq2">More text</blockquote></blockquote></blockquote></span>
Instead of
<p class="quote2">Some text</p><p class="quote2">More text</p>
The House of Random Penguins and Standard Books both seem to do pointlessly over-elaborate CSS.
|
I'm going to disagree with you on <blockquote>. <blockquote> is for offset text. Plain and simple.