blockquote code
Here is a block quote code that you can add to your site, if you already have some knowledge in coding.
Copy and paste into your code.
(*Remember to take out the spaces between the < and > or it won't work.)
This is a blockquote example.
CSS Code
< style > blockquote, .box { background-color: #fdfdfd; margin-left: 10px; margin-right: -30px; padding: 10px 30px 10px 20px; border: solid 2px #f1f1f1; border-right: none; } blockquote { font-style: italic; } < / style >
Html Code
< blockquote >This is a blockquote< / blockquote >