Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

Use blockquotes in Bootstrap to quote other sources. You are allowed to quote from other sources without being penalized for it. Quoting someone is not the same as plagiarizing their content.

How to use the Blockquote code for Bootstrap

Below is an example on how you can use blockquotes in Bootstrap to quote other sources. if you want your blockquote to float to the right just use this class on it, ".blockquote-reverse".
<h1>Blockquotes</h1>
  <p>Use blockquotes to represent content from another source :</p>
  <blockquote>
    <p>A1WEBSITEPRO has been coding html since the 90's</p>
    <footer>From A1WEBSITEPRO.COM</footer>
  </blockquote>
Try it here yourself.