Tuesday, October 02, 2012

Change blog's domain name to co.cc

the first step you need to do is sign up at this co.cc service.



get a domain name first by filling in the box provided, and click Check Availability.



After getting a domain name, then go to the Domain settings menu > Manage Domains and click Setup.

Monday, October 01, 2012

Adding " Read More " to Blogger Post

before you make changes, better Back up your template and save it in a safe place.

login to your blogger account then open the Layout menu and select Edit HTML.

Step 1:
Make sure to check the “expand widget templates”


Step 2:
Search for

<data:post.body/>

Sunday, September 30, 2012

How to add an image to header

you can place an image to your blog header (like this blog). the way to add header to your blog is very easy.

first, of course you must be have the image that you want to be a header. you can search it or make by your own. make sure the size of the width of the image is fit the width of your blog. for example, the width of this blog is 1000px. so, the image width is about 1000px too.

then, go to Layout click Edit on header.




Saturday, September 29, 2012

Drop Down Menu On Sidebar

image preview:
 go to Layout > Add a Gadget > HTML/JavaScript


Wednesday, September 26, 2012

Disable Copy Paste

1. Sign In to blogger.

2. Go to Layout

3. Add a Gadget > HTML/JavaScript

Tuesday, September 25, 2012

Disable Right Click

Sign In to blogger.

Go to Layout
 
click Add a Gadget > HTML/JavaScript

Sunday, September 16, 2012

Remove Blogger Navbar


login to your blogger account.

from dashboard, click More Options > Template > Edit HTML

Add Energy Saving Mode



Login to your blogger.

Then click More Options > Template > Edit HTML.

Thursday, September 13, 2012

Rainbow Link Hover Effect

1. Log in to Blogger

2. Then click More Options > Template > Edit HTML

3. Scroll down to where you see </head> tag.

4. Copy this code:

<script src='http://techieblogger.com/wp-content/uploads/2009/07/rainbow.js'/>

5. Paste the code above </head> tag.

6. Save and done (:


source: twolegersblog

Tuesday, September 11, 2012

Sparkling Cursor



log in to your blogger account

go to More Options > Template > Edit HTML

Wednesday, September 05, 2012

Put Tumblr Follow and Dashboard Button



login to blogger first.

click more options beside the Go to post list button.

then, select Layout

click Add a Gadget then choose HTML/JavaScript

Thursday, August 30, 2012

Make the Text in the Title Bar Moving

first, log in to blogger.

then,  from dashboard click More Options > Template > Edit HTML

Tuesday, August 28, 2012

how to make a tumblr account

first, go to tumblr. after directed to tumblr main page, click on the 'Sign Up' button.


then, enter your email address, password and select an username.  choose something you like for your

Monday, August 27, 2012

Changing Eye Color

choose the eye image you want to change. I use this..


create a New Layer


Sunday, August 26, 2012

Blogger Interface

bloggerhas changed itsappearance.if you still use the blogger old interface you can change this by clicking on the Upgrade Now at the top of the dashboard or Try the updated Blogger interface at the top right menu.

Photobucket

Saturday, August 25, 2012

Putting Welcome Message

1. log in to blogger.

2. then, from dashboard click More Options > Template > Edit HTML

3. Paste this following code after <head> tag

<script language='JavaScript'>alert(&quot;WELCOME TO MY BLOG !!!!&quot;);</script>


p.s :  you can change 'WELCOME TO MY BLOG!!!!' with your own message.

4. Save and you're done (:


Friday, August 24, 2012

Change Favicon

log in to your blogger account first.


from dashboard, click More Options > Template > Edit HTML

scroll down to where you see </head> tag.

copy this code and paste it before </head> tag.

<link href='img url here' rel='SHORTCUT ICON'/>

replace img url here with your custom image url. save template and done.

click here for some cute favicon. or you can make your own picture. to get the URL of the picture, you can upload it in tinypic or photobucket.


Thursday, August 23, 2012

Make a Blogger account

go to blogger.com

Create a gmail account by clicking SIGN UP on the right top then sign in to blogger.
If you already have a gmail account, you can immediately sign in with your account. click blogger profile and confirm your profile then click back to blogger.

Photobucket

Friday, August 03, 2012

Place an Image Into Text

create a new file, adjust the size according to what you want.


select the horizontal type tool and write what you want.



Tuesday, July 17, 2012

Basic Codes

bold : <b>text</b>
italic : <i>text</i>
underline : <u>text</u>
strike through : <s>text</s>