Try the Most Addicted Game - Real Rocket Racing 3d Game

Showing posts with label customize. Show all posts
Showing posts with label customize. Show all posts

Saturday, February 19, 2011

Add Falling Hearts to your Blog


Go to Design
Click Add a Gadget
Select html/javascript
copy the below code and save it.



NOW SEE THE HEARTS IN YOUR BLOG LIKE BELOW IMAGE

Sunday, January 30, 2011

Make up your blog date header

Styling the blog date header

Well this can be done via editing the CSS (Cascading Style Sheet) in the template. Note that before making changes to the template best to first backup the blog template (Dashboard > Design (previously called LAYOUT) > Edit HTML >Download Full Template).

Now in the template editor, look for h2.date-header (use ctrl+F) which may be like the following:

h2.date-header {
margin:1.5em 0 .5em;
}


You can ten add in specifications for fonts and colors, example:

h2.date-header {
margin:1.5em 0 .5em;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:125%
color:red;
}


That's all.......Finished.