Tuesday, 19 March 2013

Use of CSS for customizing Bullet List Style

As you know that I always tried to publish interesting and new tricks. Each and every person who runs his / her own blog or website wants to make the blog/website more and more beautiful. In this article you will be able to learn and understand how to customize the bullet lists using CSS. Therefore, today I published a new trick to make use of...

Thursday, 14 March 2013

Color Code Generator And Wheel

Color Code Generator Instructions:- First drag the bar on the "Hue" selector to the area of your desired colour palate.  Then click inside the Brightness/Saturation area and drag the cursor until you have achieved your desired colour. The "Swatch" bar shows you the final colour result. The hexadecimal colour code is generated...

CSS Color Chart

CSS Web Colour Chart #FFFFFF #FFFFCC #FFFF99 #FFFF66 #FFFF33 #FFFF00 #FFCCFF #FFCCCC #FFCC99 #FFCC66 #FFCC33 #FFCC00 #FF99FF #FF99CC #FF9999 #FF9966...

Wednesday, 13 March 2013

Count Characters

Character Counter By Shiraz Shakeel Instant Count Number of Characters: 0 Count Characters Copyright © 2012. All Rights Reserved by Shiraz Shakeel @ Shiraz Shakee...

Remove Border And Shadows From Your Blogger Images

Remove Border And Shadows From Your Blogger Images Go to Blogger Dashboard > Design > Edit HTML Add below code just above  ]]></b:skin> .post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img { padding: none !important; border: none !important; background:...

How To Remove Underlines From Links IN Blogger

How To Remove Underlines From Links IN Blogger To apply this hack you just to edit a little part of CSS code let's see how? First Go to your Blogger Dashboard > Design > Edit HTML. Now find for below code in your template. a {color: #0000FF;text-decoration: underline;} Note - You will find this code little code different as coding...