Whenever I put hacks codes for the blogger who used the blockquote function are the quotes that appear when you post something you want to ENHANCE your post.Porém in when he wrote that he wanted to highlight something in the posts were featured on the same hacks. So I decided to differentiate the citations codes hacks using a very simple feature that can be embedded in your post during its creation, it is this box of code that you see when you post the codes. (I'm still updating older posts putting the boxes to the codes). First let's learn a little about the function BLOCKQUOTE :
How can I style a blockquote in a post?
When creating a post with a blockquote, the quoted text will be indented on the right and left to set it off from other text. However, if you would like to add more style to your quotes, you can use the Edit HTML tab to make changes to edit the blockquote using inline CSS. For example, after inserting a blockquote in the Rich Text Editor, you can click on the Edit HTML tab and look for text like this:
This will display your blockquote with a 2 pixel wide dark-grey border, 8 pixels of padding inside the border, and a lighter grey background. Example:
Pro subscribers have access to the feature, which allows you to easily make stylesheet changes for your entire weblog. This will allow you to edit the display of your blockquotes without editing the HTML of the post each time you include a quote. For the same results as above, you would add the following in Weblogs > Edit Design > Custom CSS:
22 Amazing Examples To Customize Blockquote Style In Blogger!
Blockquotes a really a very nice way to differentiate some of the content from the rest. And it is also a nice way to impress the users by using a cool style for the quote In this post i have given the different styles of blockquotes from different sources just check the styles.
Style 1
Blockquote Code:
Style 2
Blockquote Code:
Style 3
Blockquote Code:
Blockquote Code:
Style 5
Blockquote Code:
Blockquote With a Fancy Border and Owl Image
Blockquote Code:
Blockquote With a Purple Corner Label and Border At Bottom
Blockquote Code:
Jigsaw Blockquote With An Image At Right Corner
Blockquote Code:
Blockquotes With Classic Left Borders
Blockquote Code:
Blockquotes left sided green black
Blockquote Code:
Blockquote With A Brown Corner Label
Blockquote Code:
Blockquotes With Inverted Commas
Blockquote Code:
Blockquotes commas orange
Blockquote Code:
Blockquotes commas hands
Blockquote Code:
Blockquotes commas green
Blockquote Code:
Blockquote With Well Aligned Image At Top
Blockquote Code:
Blockquote With Canopy Style Image At Top and Bottom
Blockquote Code:
Box Style Blockquote Surrounded By Borders
Blockquote Code:
The Monkey Man Blockquote!!! Once you get an idea on how to use these blockquotes then you can create artistic and some funny blockquotes like the one below,
Blockquote Code:
couple of ways to dress up the lowly blockquote
Blockquote Code:
big chunky quotation mark blockquote
Blockquote Code:
Here is one more. I use it on Buttermilk Clouds. It is simple in a fancy way. I'm changing the color here so you can see a variety. The great thing about this blockquote is you don't need an image to save and upload. It is all done with smoke and mirrors!
Blockquote Code:
Implementation and Customization:-
Implementaion:-
Now To add One of these amazing and unique blockquotes to your blogs, Instructions To Follow:
STEP #1 Log in to Blogger,go to Design -> Edit HTML and mark the tick box "Expand Widget Templates" and Backup your template
STEP #2
Now find (CTRL+F) this code in the template: Search for .post blockquote and delete it along with all its occurrences. In most templates the codes look like this,
If you couldn’t find such code then it is OK.
STEP #3
Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code for one of your favourite blockquotes. I am giving a sample code below
Customization:-
Important areas to be customized are bolded. Where,
# padding: It refers to the distance of the text from blockquote borders. Which goes in this order –> Top Right Bottom Left
# background :- This includes Blockquote background color and image used in it. The six digit value is the background color and image link is inserted in place of bolded text in this part-> url(Paste Image Link here)
# font :- It includes font style, size and type respectively. Match the colours with the code above for reference.
# color :- This refers to text colour. You can use a different font colour using our color chart
# border :- This refers to border width, style and colour respectively. # All other blockquotes can be customized in similar way.
STEP #4
After customizing finally save your template and preview it to see the interesting new change.
Guide:- For above mentioned blockquotes you need to add some extra tags inside blogger editor as explained below, Now Whenever you have written a Quote inside the compose mode of Blogger Editor simply switch to the HTML mode and add two tags i.e <div> and </div> between the blockquote tags as demonstrated below,
Thanks to My Blogger Trick
You might also like:
UPDATE: I updated some of my posts, this post I update 17+ Featured Content Slider for Blogger Using jQuery ..........
How can I style a blockquote in a post?
When creating a post with a blockquote, the quoted text will be indented on the right and left to set it off from other text. However, if you would like to add more style to your quotes, you can use the Edit HTML tab to make changes to edit the blockquote using inline CSS. For example, after inserting a blockquote in the Rich Text Editor, you can click on the Edit HTML tab and look for text like this:
<blockquote>This is some quoted text.</blockquote>
And edit it so that it looks like: <blockquote style="border: 2px solid #666; padding: 8px; background-color: #ccc;">This is some quoted text.</blockquote>
This will display your blockquote with a 2 pixel wide dark-grey border, 8 pixels of padding inside the border, and a lighter grey background. Example:
This is some quoted text.
Pro subscribers have access to the feature, which allows you to easily make stylesheet changes for your entire weblog. This will allow you to edit the display of your blockquotes without editing the HTML of the post each time you include a quote. For the same results as above, you would add the following in Weblogs > Edit Design > Custom CSS:
blockquote { border: 2px solid #666; padding: 10px; background-color: #ccc; }
If your blog is using Advanced Templates, you would add the above code to the Stylesheet template. If you would like more information on all the possibilities of styling elements with CSS, there is a useful tutorial here.22 Amazing Examples To Customize Blockquote Style In Blogger!
Blockquotes a really a very nice way to differentiate some of the content from the rest. And it is also a nice way to impress the users by using a cool style for the quote In this post i have given the different styles of blockquotes from different sources just check the styles.
Style 1
Blockquote Code:
blockquote { margin: 1em 3em; padding: .5em 1em; border-left: 5px solid #fce27c; background-color: #f6ebc1; } blockquote p { margin: 0; }
Style 2
Blockquote Code:
blockquote { margin: 1em 3em; color: #999; border-left: 2px solid #999; padding-left: 1em; }
Style 3
Blockquote Code:
blockquote { margin: 1em 2em; border-left: 1px dashed #999; padding-left: 1em; } blockquote p:first-letter { float: left; margin: .2em .3em .1em 0; font-family: "Monotype Corsiva", "Apple Chancery", fantasy; font-size: 220%; font-weight: bold; } blockquote p:first-line { font-variant: small-caps; }
Unlike other quotes this style has an option of bold first letter. Style 4 Blockquote Code:
blockquote { background-color: #666; color: #fff; font-weight: bold; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
Style 5
Blockquote Code:
blockquote { background-color: #666; color:#fff; padding: 15px; margin: 1em 40px; -moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; -moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 8px; -moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; }
Blockquote With a Fancy Border and Owl Image
Blockquote Code:
blockquote { margin : 0 20px; padding: 60px 30px 40px 20px; background : #F1F8FE url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6Uhv6atqu_ebbM6mijNI8uaNMJrk_UOZBVgtM9J8i0we1NC_BYk2zkQzVSWW-jDHjsTCpunUf92f7wZ0H6lDfrG5Iok4DGHCj3_sfdRYTEeG54uTxMLFl-6DZPi5_o4UADbgp4MJJFuU/s400/owl.png) no-repeat 350px 5px; font: normal .9em "comic sans ms", Courier,"Times New Roman", Times, serif; color : #000; border-left: 8px dotted #DAB547; } blockquote p { margin: 0; padding-top:10px; }
Blockquote With a Purple Corner Label and Border At Bottom
Blockquote Code:
.post blockquote { margin : 0 20px; padding: 70px 20px 20px 40px; background : #E4EAFE url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPbf1UcUh4p1hGHWJakGQ7h139LgJAK8cPdUX0xS50IoepQMPthU8llsxJ2VppTe1QLMRHjmEIpqRvDMU5F-HT63G8VxJXMOyDW7zYQyVSdibtX1KsAo6MfslE3Zf3Bg1b5543aH1EOY0/s400/angular-purple.gif) no-repeat top left; font: bold 1em Helvetica, verdana, Georgia, "Times New Roman", Times, serif; color : #000; border-bottom : 5px solid #435388; } .post blockquote p { margin: 0; padding-top:10px; }
Jigsaw Blockquote With An Image At Right Corner
Blockquote Code:
.post blockquote { margin : 0 20px; padding: 10px 20px 25px 20px; background : #9FCFFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOsBuk9IF4hri4I01C0wrITaK8WXNadQv3AzHxexS-MV5TFeGDeUmN6fqkiUttk8_JVCyAEBEkIXbMpJ_PCrNCuLyEbA_uRnIYQTETZQXM_bmDjVuVRvnHip4FGlUFP8pfTaITXVhzivU/s400/block22.gif) no-repeat right bottom; font: bold .9em "comic sans ms", arial, Helvetica,verdana, Georgia; color : #484848; border: 5px dashed #fff; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquotes With Classic Left Borders
Blockquote Code:
.post blockquote { background: #F3F3F1 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg24ZgEiFpczWXqbvAEPZa63i4wxm9gv49DOmGDPI1X-Lceqx4S2C4amDqJEj05VhWid4LYS8ukLarUIcSsa34tAwnWZMVv39QHbWlKK9dIrEtc1BNPd-cwghHDmvH5_aUzb4gKJxFv8N8/s1600/comma-side-orange1.gif) ; background-position:; background-repeat:repeat-y; margin: 0 20px; padding: 20px 20px 10px 45px; font-size: 0.9em; font: italic 1.2em Georgia, "Times New Roman", Times, serif; } .post blockquote p { margin: 0; padding-top: 10px; }
Blockquotes left sided green black
Blockquote Code:
blockquote { background: #484B52 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-g2k5ATOHOiC2Jemm4VdfkTMmIwB9T4cdrEzt_Qz2ZpHIhwBzLpgFEOyGFz_o7t48ApMNRGCdFoONdylwyB8Fb-ss3bEiR-WcSNNO6bffTvXCL4dBIS2-GR5q-vVACarW9p0mPs2QHwI/s1600/green-black-side.gif) ; background-position:; background-repeat:repeat-y; margin: 0 20px; padding: 20px 20px 20px 50px; color:#C7CACF; font: normal 0.9em Helvetica, verdana, serif, Georgia, "Times New Roman"; } .post blockquote p { margin: 0; padding-top: 10px; }
Blockquote With A Brown Corner Label
Blockquote Code:
.post blockquote { margin : 0 20px; padding: 20px 60px 80px 20px; background : #FEE4E3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPE4kgcHURan1QMbgJCgsr6r223LFnT_-7oGB4F-khaOIfnSjMKnjdja2uR0QkDp2J24m5Ubin4MtUNgfpro3D9WFKOAYQP48BVTNrfhrLxnOFPURKtsgvdpLu0qH23Hv5T8534_UA7Og/s400/angular-right.gif) no-repeat bottom right; font: bold italic 1em Georgia, verdana, Helvetica, "Times New Roman", Times, serif; color : #000; border: 1px solid #DDD; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquotes With Inverted Commas
Blockquote Code:
.post blockquote { font: 18px normal Tahoma, sans-serif; padding-top: 10px; margin: 5px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieiWwrQQIEbtHnakjqubYwRHbkHIj-ngzwiAnEKfd2vj7Hll6RoaRDEiJMsNmmNw7O9S3qnTd-slVKPHzv5wspqe2MeLI_cly8Grhy8hT5Zc40ifoxpvAnmz2io02pEPCkCbUJ74wxA5U/s400/comma-left.gif) no-repeat top left; text-indent: 65px; } .post blockquote div { display: block; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuX1YZYwj6iTYVZd6qQZ396H-Q_pz5rkNWVyaTXPU5FAmrzRcscQLPs6-Ad0Tr33uvXnLzaiXCcLCAiXf2xrcPz6wQfFrwOH952HcfpveHyfSJTc8ERtK442jNriUYRFlkTPDCxvqoXp4/s400/comma-right.gif) no-repeat bottom right; padding-bottom:10px; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquotes commas orange
Blockquote Code:
.post blockquote { font: 18px normal Tahoma, sans-serif; padding-top: 10px; margin: 5px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiD-wi9gv2wR3acqijkYtZxUz2vg92eeZsSM2vuenJqp3r6qIsuYtWLsf4ocml42SMKT11jIPr95tgTsnxMcwNSfyHI9xMoSuz4un-LFAE1bHcmkxS20_RwA2HFUQRdLgz6SSC3dkqC-Ww/s400/comma1-left.gif) no-repeat top left; text-indent: 65px; } .post blockquote div { display: block; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnvZyKssCupd5UyALkJaLP8RfjdzH5MVqPsRQIoyZJiMLW3oNMx-kpA034jeWiA7S5FAGORWBmB7yRP9-WGtbNgikhPoCvGGGZXlBtJWFuOF-PQFSIRwLoQ95qNHNl6k3YFpk892fq5u4/s400/comma1-right.gif) no-repeat bottom right; padding-bottom:10px; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquotes commas hands
Blockquote Code:
.post blockquote { font:bold italic .9em "comic sans ms", Tahoma, sans-serif; padding-top: 25px; margin: 5px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVJJfL2Zgk5u2B_vq7aOqq-kDJW6RjYreMK0aaz1YAGTXCLvf_0yNB5xIJUszdXH6QpLfQfO0YbJM1zerV7K7kUJGmH61OxQOqs5ID6x8Do2y7Yr4dow5OdONDMotE3cA3uYwghPADzRQ/s400/left.gif) no-repeat top left; text-indent: 65px; color:#6299E4; } .post blockquote div { display: block; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFclGvihpwd_s9zw8qxxrWDSoJm9fOZlBgyPzbdvrtThSNeZf2lPLu_rP1ysrqNYhPhPuf-bxy9aj3_wOp0I-5_cOZL_i6dX1Ty2GXGGtXurwmQZv31ltYvU1ZFbKXK6Ii0LAxz7FmaNI/s400/right.gif) no-repeat bottom right; padding-bottom:30px; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquotes commas green
Blockquote Code:
.post blockquote { font: italic 1em "comic sans ms", Tahoma, sans-serif; padding-top: 10px; margin: 5px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQv9TduSN_IYVXAeL4CprHepzoMoeDiM-w9MOhMWRX8f5xUjJk2rdNh-xN2M9AgB8NVn0GIKEKdPG-wP7onr8SHweCEJhmiM9QopzjGZpHQHev6DSNh6UqpptoEEZ1-5kq2p_TxB_rqBY/s400/comma2-left.gif) no-repeat top left; text-indent: 65px; } .post blockquote div { display: block; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg31AvBBPnYiX56eTse071YEnHHPY2h0u2mhCfNrsOIQGprNZrroc_VOhs93q6Q6vrQAeai8os7gHoTx0q2YoqrBZgdhAJZsscTI1fnLq97xCCLU71-COfhnJqMWcB7WdjMUl4zwzyE4uA/s400/comma2-right.gif) no-repeat bottom right; padding-bottom:10px; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquote With Well Aligned Image At Top
Blockquote Code:
.post blockquote { margin : 0 20px; padding: 70px 20px 20px 20px; background : #E7E5DC url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBNijGbVnUy1aWqSgjRGKwGKobeGCk-E0xaRS7tA73YKQsYEMxF9MCCnotFys-Qc53pyxdO8kb6a-Y1DnplfcdEs1XaHKhqrM0XjS54zaYeep3pq9HUyIok88Yap-S0iGcDsLpbi1X7CQ/s1600/block333.gif) no-repeat top; font: normal 1em "comic sans ms",Helvetica, Courier,"Times New Roman", Times, serif; color : #000000; border-bottom : 7px solid #FF0000; } .post blockquote p { margin: 0; padding-top:10px; }
Blockquote With Canopy Style Image At Top and Bottom
Blockquote Code:
.post blockquote{ margin : 0 20px; padding: 50px 30px 50px 30px; background : #FFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCSbcoTuzZKcaZb3ZMbcLcQCCK8PkboBLJDz1m3BmFiquJWme_ODyvusa-NIyFK_SMAdbQ1D5UZ3d7_bBF1H-eCVhTUw9OIQI1uN5gjsDNT3GXJPcaeh7M9LS4F_ZqxWXeLq-vYpx5H9w/s1600/BLOCK1-TOP.gif) no-repeat top; font: bold italic 1em Helvetica, verdana; color : #000; } .post blockquote div{ background : #FFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyBQxxffprKgJpjmh60SepL-dLEOZ9zWR69gkVNxkEEVIEVqMgx6N678hRF1qVrax-KDD8qkbVMlbw79E-SO-zJh4NpT4F9YgiGR2zWdKLQhi2nrk2gXlPkyxxrlTzC31SWxUT3EAzf9k/s1600/BLOCK1-BOTTOM.gif) no-repeat bottom; padding-bottom: 50px; } .post blockquote p { margin: 0; padding-top:10px; }
Box Style Blockquote Surrounded By Borders
Blockquote Code:
.post blockquote { margin : 0 20px; padding: 70px 20px 30px 20px; background : #E7E5DC url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy3oxojjMIlqQuih01uaNAxvnuS2YhkiTeMdEONEHv601-TqnKLMNqNga76i1zHKomJ8AK-QykvW1g70XrKVWfCC07qiPXKmEuTlCjaEmOXJLOKkZ2GpvLc-6QTq9F7FC0SBIrKpxAm4U/s400/block3331.gif) no-repeat top; font: bold .9em Helvetica, "comic sans ms",Courier,"Times New Roman", Times, serif; color : #343434; border-left : 7px solid #FF7802; border-right : 7px solid #FF7802; border-bottom : 7px solid #FF7802; } .post blockquote p { margin: 0; padding-top:10px; }
The Monkey Man Blockquote!!! Once you get an idea on how to use these blockquotes then you can create artistic and some funny blockquotes like the one below,
Blockquote Code:
.post blockquote{ margin : 0 35px; padding: 80px 0px 0px 0px; background : #E6F1FA url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7fnSOQXr9tMhr0rxzvePEH8HaSUdIAkZQlAc8dqfgW4fHxe2zzcVcmYSBVgMVVRuEZuflfoTflydyPhXezPxy8CK_8HG2dmttJKCO1KonGZzu3lWZvv3I0dXJMeKwcoiqAwA_o6d84UA/s400/head2.gif) no-repeat top; font: normal 1em "comic sans ms", Helvetica, verdana; color : #666; } .post blockquote div{ background : #E6F1FA url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnbkyPEJsrGEZqlf5UiD4XifiQ1VZSfYKlrZg8QZ2mYkJaKQh6-Fc2HE-3rCYm15pflJLZPRXPvo4XBHUIxuOS3RL0iX0Gy7smFXBH6MjpVrCCqWa0dWWLA9mGgoLZD45Gidm41TBQxaA/s400/head-bottom3.gif) no-repeat bottom; padding-bottom: 50px; } .post blockquote p { margin: 0; padding: 20px; }
couple of ways to dress up the lowly blockquote
Blockquote Code:
.post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } blockquote { background:#EFEFF7; }
big chunky quotation mark blockquote
Blockquote Code:
blockquote { background-position:-10px -7px; border: 1px dashed #FFC600; margin: 20px 10; padding: 0 20px 0 50px; background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUIIrizL_SfVo_KSF3DshqK0DjaGsSTBcFHHOYWLbG69OMFRSwbbMMhdORq12FxwHrpXFrLn_tvcyXoajuEa4wMHaIbct4lleZr1VO54lUataU-nyWYn9KcpF_M5Orbc1xptYCCRcGv6a7/s1600/quote.png") 5% no-repeat #FFF8DD; }
Here is one more. I use it on Buttermilk Clouds. It is simple in a fancy way. I'm changing the color here so you can see a variety. The great thing about this blockquote is you don't need an image to save and upload. It is all done with smoke and mirrors!
Blockquote Code:
blockquote{ background-color: transparent; border-top: 3px double #DC143C; border-bottom: 3px double #DC143C; padding: 5px; font-style: oblique; font-size: 1em; margin-left: 5%; margin-right: 5%; }
If you want a different color, find one on this fantastic color chart then put that color code in place of #DC143C in the code above.Implementation and Customization:-
Implementaion:-
Now To add One of these amazing and unique blockquotes to your blogs, Instructions To Follow:
STEP #1 Log in to Blogger,go to Design -> Edit HTML and mark the tick box "Expand Widget Templates" and Backup your template
STEP #2
Now find (CTRL+F) this code in the template: 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.
STEP #3
Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code for one of your favourite blockquotes. I am giving a sample code below
blockquote{ background-color: transparent; border-top: 3px double #DC143C; border-bottom: 3px double #DC143C; padding: 5px; font-style: oblique; font-size: 1em; margin-left: 5%; margin-right: 5%; }
Customization:-
Important areas to be customized are bolded. Where,
# padding: It refers to the distance of the text from blockquote borders. Which goes in this order –> Top Right Bottom Left
# background :- This includes Blockquote background color and image used in it. The six digit value is the background color and image link is inserted in place of bolded text in this part-> url(Paste Image Link here)
# font :- It includes font style, size and type respectively. Match the colours with the code above for reference.
# color :- This refers to text colour. You can use a different font colour using our color chart
# border :- This refers to border width, style and colour respectively. # All other blockquotes can be customized in similar way.
STEP #4
After customizing finally save your template and preview it to see the interesting new change.
Guide:- For above mentioned blockquotes you need to add some extra tags inside blogger editor as explained below, Now Whenever you have written a Quote inside the compose mode of Blogger Editor simply switch to the HTML mode and add two tags i.e <div> and </div> between the blockquote tags as demonstrated below,
<blockquote><div>Your Quote Will Be Here</div></blockquote>
Thanks to My Blogger Trick
You might also like:
- Change Mouse cursor of your Blogger blogspot blog to Animated Cursors
- Add Falling Snowflakes / colored stars / Flowers / Leaves / stars / butterfly / heart to Your Blog
- make a snow effect on the mouse cursor on the blog
- Numbered page navigation for blogger With 8+ new styles
- How To Add Automatic Read More With Thumbnail For Blogger
- 32+ “Horizontal” Navigation Menus For Blogger With CSS & HTML Codes
- 25 “Vertical” Navigation Menus For Blogger – CSS-HTML Tab Menus
- Recent Posts Widget for Blogger (blogspot) blog
- Create Extra Columns in your Blogger Layout - Magazine Style!
- 30+ CSS Tab Navigation Scripts for Bloggers and Web Designers
- 17+ social bookmarking widgets for blogger And Customize
- Add Meta Tags to Blogger (blogspot) blogs for Better SEO
- How To Add Tooltip in Blogger
- Animated Recent posts for blogger with thumbnails and Simple Spy
- Recent Posts with Thumbnails Widget for Blogger (blogspot)
- Marquee Scrolling text and link hacks For Bloggers and Web
- 17+ Drop Down Menu Widget in Blogger - "Horizontal" Menus With CSS & HTML Codes
- How to Change Favicon in Blogger
- 40+ jQuery Tips and Tricks For Bloggers and Web
- 11+ Featured Content Slider for Blogger Using jQuery
- toggle show hide jquery for blogger
- Related Posts Widget For Blogger
Hi there! Thanks for the compilation of the different ways in jazzing up blockquotes. :)
ReplyDeleteRespected sir,
ReplyDeleteI cannot find blockquote in my coding???
defencedog.blogspot.com
Dear all, anybody can help me??? I have problem on my blog as cannot have any new post due to POST EDITOR is not ending spinning in the middle.
ReplyDeleteIf you have any ideas or solutions, please help me!!!!!
http://meetkhmer.blogspot.com/
cool, nice post ... :)
ReplyDeleteThis is a superb informatin and you have described everything very clearly and really i got a lot from this article, Thanks for spreading this information here, now i am going to bookmark this blog because i love to read this type of blogs.
ReplyDeleteI want to create a blogger template.What web technologies should i know to create a new blogger template from scratch?logo design
ReplyDeleteI just wanted to add a comment here to mention thanks for you very nice ideas. Blogs are troublesome to run and time consuming thus I appreciate when I see well written material.logo design
ReplyDeleteI really like this examples. I'll be use thanx.
ReplyDeletenice .... i will use it in my blog ... thank you
ReplyDeletenice one dear
ReplyDeletehttp://www.drupalnetworks.com/
I used the last BQ in my blog &changed the color of the top & bottom border to a purple one & it looks fantabulous!
ReplyDeleteTY, easy to install & use!
TYTYTY!!!!
PS: How can I add the blockquotes to my post comments section so each persons response comes out in blockquotes?
thank you :D
ReplyDeletei use the cloud ^^ wonderful
Thanks be given to you very much for the sake of the help forum. I academic a lot and got to differentiate the lucid with spellbinding people. I'll be a ordinary visitor.
ReplyDeletethank you
ReplyDeletegood job
Thanks be given to you very much for the sake of the improve forum. I learned a enormous numbers and got to understand the instantly with attractive people. I'll be a resort to visitor.
ReplyDeletegood work .....
ReplyDeletewww.thasleemp.co.cc
Hi there, this weekend is good designed for me, because this
ReplyDeleteoccasion i am reading this enormous informative article here
at my house.
Here is my web site ... Scott Tucker Kansas City
useful! thanks for sharing. i already apply one in my blog http://healthybeautifulblog.blogspot.com/
ReplyDeleteBest.
Being a newbie in blogging field your post is very helpful and informative for me to understand the customization regarding blogspot.
ReplyDeletePasta making machine
ReplyDeleteGlad to be here and see this. Thank you very much for shairng this with us.
Very Good Post.Thanks Dude
ReplyDeleteBy
Ready Made Curtains Sydney
http://www.annascurtains.com.au/
how to customize numbered list blockquote setting back to number 1.Thank u for sharing usefull info.
ReplyDeleteair conditioner gippsland
oil processing machine
ReplyDeletehttp://www.oil-press-machine.com
:) Thanks for share.
Thanks for Sharing This Great Article Dude.
ReplyDeleteGarden Maintenance Erina
Hi, I found your post really helpful. It helped me all the way in completing my assignment. Thank You
ReplyDeleteOnline Games
Blackquotes are really nice way for splitting content
ReplyDeleteDrafting Services Perth
Building designer perth
Design is compulsory in any field my Quick Loans Lenders website design is also very attractive.
ReplyDeleteThe quality of information that you are providing is simply marvelous.
ReplyDeletefree samples without surveys
Blockquote is valuable post..Thanks for sharing mate
ReplyDeletepergola and verandahs Adelaide
Thanks be given to you very much for the sake of the improve forum.
ReplyDeleteWeb Design Portland
Simply good post..Thanks Dude <a href="http://www.westyspestcontrol.com.au>pest control brisbane</a>
ReplyDeleteThanks regarding on this ideas and info..Totally helpful..
ReplyDeletelouisville web design
Thank you very much for sharing this post, valuable information and helpful also when it comes to customizing blockquotes.
ReplyDeleteThanks for sharing such an useful information
ReplyDeleteGreat post.Thanks for sharing information.
ReplyDeleteI love cursor designing. have done this tasks for many blogger blogs and website. Thanks for sharing this great post.
ReplyDeleteWeb Design Firm New York
Great Content.I have appreciate with getting lot of good and reliable information with your post.......
ReplyDeleteThanks for sharing such kind of nice and wonderful collection......again, beautiful :) I love reading your posts. They make me happy .
web design quote
I am very enjoyed for this blog. I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would you mind updating your blog with more information? It is extremely helpful for me
ReplyDeleteKansas City professional web development
The content is beautifully written i think so. And i would really like to appreciate the writer..
ReplyDeleteToronto website designer
This is a wonderful article, Given so much info in it, These type of articles keeps the users interest in the website, and keep on sharing more ... good luck
ReplyDeleteregars
jasa seo jogja
blockquote has made marvelous creation. It is great. I am really appreciated to reach you past.
ReplyDeleteoil press machine
Please continue to write more because it’s unusual that someone has something interesting to say about this. Will be waiting for more! To get new information visit here
ReplyDeletebest friend quotes
quotes about friendship
funny friendship quotes
friend quotes
Pretty remarkable post. I simply came across your blog and desired to say that I have really enjoyed searching your blog posts.Web Development Miami
ReplyDeleteThe tips that you have shared was really great to see and thanks for sharing the information with us.
ReplyDeleteBest Ecommerce Service Provider | Web Designing Company in Coimbatore