Quote:
Originally Posted by jhowell
You can’t have bare text inside of the blockquote. Use something like:
<blockquote><p>Cras ornare massa odio.</p></blockquote>
|
It's that simple? I knew it had to be. Thank you!
Quote:
Originally Posted by Vroni
to be honest i never used blockquote cause it doesnt make sense to me. I prefer divs as a container or adding classes to the paragrafs if needed. Blockquota just adds some indentation/margins/paddings around some other elements an d you never know what the target renderer will do with it.
|
You're right, of course. There are better ways to do it. I'm not sure why I went this way this time. Thank you!