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/AVvXsEiHrgXTPBXGRWB-xvu94Key8zyfC3YTaIrxk7vS6wbFGsZb4bcYMJeThKqCzkQcJxsRpWcnvqsGNX7tXc95pewn-1XjWwy9of2S67YPg5DbLMsUMMlHNboGhAsVKPUixWgeDzgJO1zEF1E/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/AVvXsEg9scaBLBrhPNox5U6llYXLwnD6U9kREVzc6b063W-I7eosaySSzGcUcze0L_3vb8Lnvm41MZvxr2VwDMgaUU3idVgJlKpp-GQytmOojh6S4OBMpLVRDOAF3B-pExERi_7uP3EXbi6OcRw/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/AVvXsEgMi9_foIPqiXWCFyhfiBA6kO09y0qfANF-DZJdhAUiGi4E7EQNs7jYm2zhHAWZBom848fbLxzEzrpxkiIzlxycla151E6KptCpiQpQ8hhOUbWrVYX2HLatKE98t2eOxpnf9pT03OWBFXo/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/AVvXsEgbxv5QiMa3D9UGNLSPmZ7e0ojyd6mZKnN3emCcl2gk22vYltKtSxCkYs6rciXZ1eQdU2ISTeRDiLWQf5kUYQ1ZeVkZCM96L7ZJvORXLzIFaDrrcDGQG47icaNiXHLep6niMtdbToSxg0M/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/AVvXsEgDFjzg_ZhA-qaNL9B6uU1V5oHEo2n7EEbwWqXPFoJUxaEnUUC1W1e5mqNcphyphenhyphenY4W8RJGtqrxZaSfv1i3nrjK-o8liPPzLZzyO2lDlDnHcQDiB0P1jZsOqlSIp2OqRRbPxNfRydLRmkNsg/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/AVvXsEjICgjAY5axQhLy_JqT5gQ1Tg9ynmvtbG0Ls6geA7XOXsNhyphenhyphen4P58HbQWqzDH2pwcTf2eLl-dKdtxmhgQPmVXnMgiCcD9F9TtyfeZOlhJ65y94lLvJno035pp4WmVwtKBvcEKnT63eLMHts/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/AVvXsEhY0KW-Eg88Ukf8Tmsgzode7IsTPEVE5NQkyTNk3_Jr0oDdzGKJgzbEmaHz2kyRrxPqkSRS9xypVwRzmLYdUTYz3aAEhgy_Uasy6v-c19pMPz0fQmMW7pTvKz_pmi-Os05cOnhSa6URCKc/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/AVvXsEjgncMoiVIQUDDkUJ7MS_IucPHAdddOTdxdeSPlM0w4GQSXJJwPIbfRaL5nDm1iTiTrnJb_pdCr3g2dCVGLJIWF5n4bChSHQcriZi-I9C9KhYRnX0pBqMVk56jU5JDoF72nagBJ4LrDlJI/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/AVvXsEi-LpdEtrtcMmlyNH5q2JYoGzoiO8RyGM0ub17fhyphenhyphen_HFd2LRlStaWOk5IBac4sDG-fXAh7iVSVByJ-oNdbwm6Zr836uOb6jb-rX6GNm32YH38CNO1aVKiSi8wwN1eA-fADCYXlNWyNWBLQ/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/AVvXsEj1C-vKup2pIvktMi_DnIpVZnhPC_sXWX-EJMFr-31s7xhLKKDSB1GXUDiijJkAOpABhjZGAlvJSHL4i_PzSvAL649mZ8voiEnAapobJKzME1E0wPUeC6I7WCO2p2qJ4Az9k4O3QHiOENA/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/AVvXsEhdHbJsEAQuGQdfkLb5YgMcTY46TZKzYX7Vh-Ox9EFB19pkcpzrNfLgrh1vhXVwcH3yrRW-l4vfW14wUYqznI4V_DDwtW2xgMOQ3rIb12iKX9yR4V4AbKREkdJ9o2nWZeE2O60mOBEAuiI/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/AVvXsEiLxCBj-OJS5rpMXDeyOx-gz782rQbykPKi9Aveto4RyyL5wqR0lFzbeYGl3gj7wHh9rMIRFco1miqLjYjcqf11LDLmQZEaUZcYzfCgoK1VJw5A1mcQLhaqbZYjW59wSF7DPIRDnjKoxGU/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/AVvXsEjEQ1zrDX8HAbOBj8JdCsv6h9uzDst_9J68VVZgnbMpz9xqhb4wdG-Kz7zVaVyAe-id-4KMUnGq3OgSFTRPMZYhuSiH6__xB4uoRcbaF8Z_-6paOgoOAQDjclxQkn_wnOlHkGpynbSKEhw/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/AVvXsEjT8o5BCZgKJ3QMDALBQtcsl9S1wppPsstvGAh1DPvfko94Yw1IBcJ0nJivS9X7rZ2WWehQF9pPqv5u73rotSdnjSPPM2vVov2OYWNAykORlgV_yOv8S63tk96lzQPQRr-L85fFVKgKkP0/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/AVvXsEgjcwFNbh-U5JOG76FqkazALCOUzLK_rN98N6s4ecBqU0dfrAvnf0_M7L9i9PgqjqJuASHuh15R83wbnK9wcT6gFM8I8IX1-IRibmk-Hdyfg2J_F8JEWFrrSSYICwWwqStu_ldD9SKBlfU/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/AVvXsEgcU2RIk0XGAGKZc32mM1JYl1CuS92a_LFuF05so54e4DRk0OcYs8WJw7fLKFxUxOYUgdPGmCl4wK87H08gcemoLlde1JqQxUFgtoNhswI8HeDgj6vXug1fN4gl0FWLycr81_en6wUpH7w/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/AVvXsEgIU82DPwuKFhlY0GuZsXl3SBEgCM0mDWsFDHEdUx0lfzmsQ5wrwzvdX9ohzccj6hBw3CZsbIqbLIIKtz0ob6xMJJ2kaAlhpihpH7JnAP-rk802DGA0ULsImHLnveXNBa0EsftN3CgMSm8/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/AVvXsEjif7GDVEDE3A6j7CRVo3D4merY412C-WVGbPr8OaaZLF11xVsDKMfn7BA133qEATDMlQ5GfBJnxmJuITLdWtS6SSHq7B9ovvaY2OjF-ECgOtCBnYtmpLCKPEeIFfmUuUvuZsZVXEO8fNU/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/AVvXsEhW3lkHYMSvSEyhFkZlDEmcZ3lED6IC5E4pHwTNTXrI5RztoB9xl9FDZe-eleaau30DgwmYBeovFVPYj5sqya-2d4l4PwNS5zD8gepQUl-7qz-hV5btRjDzjeDUyFiEErADEk-zRvLC5Lc/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/AVvXsEiJYhy8INEnN4zn6jx1QMKBBNCF7pyq8mWtWvS9VgAn959KJovjbaZ5EA9bGVspUR91v4FJfYk40F8yIeCb3GJIfWqgMAOtyLn93gW7WJeFHI8edDSxNX8UlvvknOYaPTxI3AykcRIQk30/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/AVvXsEhBMa3GU82Ps-4Co8R5iDfMA0I79336lMl3AWA-h0TGWTiabQ5ViLrTNbOW8nW5tEZaWkSj_oylxjO104HbNb7k46b4_Z8vYb-mv3m4SjkVKW-L8UQslP3egyhIB6XIZkwq3ovS5Atra6Fg/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
ConversionConversion EmoticonEmoticon