-

14 September 2012

Blockquote CSS Examples With Auto Number List –The Notebook Diary!

VM | 7:50 pm |
According-To-MR-MBT

 

 

 

 

 

 

 

 Adding Blockquote With Auto Number List To Blogger

To add this blockquote to blogger, follow the simple steps below,
  1. Go to Blogger > Layout > Edit HTML
  2. Backup your template
  3. Search for .post blockquote and delete it along with all its occurrences. In most templates the codes look like this, 
.post-body blockquote { line-height:1.3em; }
OR
.post blockquote{ bla bla bla}

If you couldn’t find such code then it is OK.

4.Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code below,

blockquote {
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZm8sJzcERLl_poRP2ramBxkRfMm828SZEKlMmlHPYyLS1pQQQbqn-mD215xzz4UvAJohQ-jb27Vis_3L3HFbc-LQXAn5hcvyu82VbxiQKCXkk-0_HOS8W_996_QQBIpN1ZoRCqTcynHI/s1600/notebook-with-numbers.gif) repeat-y;
margin: 0 20px;
padding: 0px 20px 5px 55px;
color:#7a7a7a;
font: bold 0.9em  "Comic Sans MS", verdana;
line-height: 153%;
}
blockquote p {
margin: 0;
}


Customization:-
You can also change the Number list background by replacing the bolded image link in the code above with the image URLs of one of these blockquotes.
Tip:- Right Click the links below each blockquote and choose Save Link As Or Copy Link Location to its image URL. 


font :- It includes font style, size and type respectively. Match the colours with the code above for reference. Font style can be bold, normal , italic or bold italic
color :- This refers to text colour. You can use a different font colour using our color chart



Adding Blockquote With No Number List To Blogger




To add this blockquote simply follow the same steps as shared for the blockquote with auto number list. But for step#4 paste the code below instead, 



blockquote {
background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiGv75ObUpiN3O7M3EwkBEgFSj_UIM8VNMrKfRJH0ncFnVYWfuViCbVns8XeHn9iFq6aTVBH3DB_jW7cGkci8ifVwsGaBi0avYUfbdZ36ZOGEpW4Zct73JP4zwGEhWudpdSsRmGkQtFKk/s400/notebook.gif) repeat-y ;
margin: 0 20px;
padding: 20px 20px 20px 55px;
color:#7A7A7A;
font: bold 0.9em  "Comic Sans MS", verdana;
line-height: 155%
}
blockquote p {
margin: 0;
}

You can replace the Background Image link with one of these.
Tip:- Right Click any of the blockquote images below and choose Save Link As Or Copy Link Location to get its image URL. notebook-withoutbrown
notebook-withoutnavy
notebook-withoutpink
That’s All!
Note:- If you want to increase the number range for the blockquote with auto number list or if you want to create an image with your custom colours than I can provide you the PDF source file for it. But it will be given to subscribers only. If you haven’t subscribed yet, kindly do so to avail unlimited download resources from us to you.
Let me know how was this new discovery :>>

 

1 comment:

Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!