Quote:
Originally Posted by paulspen
Thanks for the info. So, forgive my ignorance of css, but it is possible to nest blockquotes thus?
Code:
<blockquote>Here is the first indent.
<blockquote>
And this is the second level of indent.
<blockquote>
And this is the Third level of indent.
</blockquote>
</blockquote>
</blockquote>
p.
|
I added a third level for clarity and to emphasise that the closing tags need to be done in the proper places