Blog editing tutorial :
The first thing you can add to your blog is a calendar or clock
You can add calendar from blog gadgets but your choice will be limited.
So I sugest to explore the web for that....
Then about the clock...
You can add them...but manually...
how can I say so...
because you can't find it on gadget that blogger listed
How?
Log to your account
EXAMPLE
Username : bokkcr@gmail.com
Password : popeAlex
Open your blog options
Choose Layout
Add Gadget
Choose HTML/JS
(It means Hyper Text Markup Language/JavaScript)
Write the title of your gadget
write the script....
But if you can't write script go to...
http://www.clocklink.com/
This site can generate script to add clock gadget
depends on your choice

My blog clock also generated from that site
with script....
<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="0008-green.swf";obj.TimeZone="GMT0700";obj.width=150;obj.height=150;obj.wmode="transparent";showClock(obj);</script>
Script legends :
Model 0008
Color Green
You can change...
0008 to another number to change to another model
green to another color text like purple to change the clock color to purple
On Greenwich Meridiem Time Zone +7 hours from Greenwich
You can change...
GMTxxxx with other number like -1130 to GMT-1130
(Means the clock time on your blog was set to decrease 11 hours and 30 minutes from Greenwich clock time)
Has 150px width and height
You can change 150 to other number to set how big your clock
The first thing you can add to your blog is a calendar or clock
You can add calendar from blog gadgets but your choice will be limited.
So I sugest to explore the web for that....
Then about the clock...
You can add them...but manually...
how can I say so...
because you can't find it on gadget that blogger listed
How?
Log to your account
EXAMPLE
Username : bokkcr@gmail.com
Password : popeAlex
Open your blog options
Choose Layout
Add Gadget
Choose HTML/JS
(It means Hyper Text Markup Language/JavaScript)
Write the title of your gadget
write the script....
But if you can't write script go to...
http://www.clocklink.com/
This site can generate script to add clock gadget
depends on your choice
My blog clock also generated from that site
with script....
<script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="0008-green.swf";obj.TimeZone="GMT0700";obj.width=150;obj.height=150;obj.wmode="transparent";showClock(obj);</script>
Script legends :
;obj.clockfile="0008-green.swf"
Means the clock on your blog is...Model 0008
Color Green
You can change...
0008 to another number to change to another model
green to another color text like purple to change the clock color to purple
;obj.TimeZone="GMT0700"
Means the clock on your blog is...On Greenwich Meridiem Time Zone +7 hours from Greenwich
You can change...
GMTxxxx with other number like -1130 to GMT-1130
(Means the clock time on your blog was set to decrease 11 hours and 30 minutes from Greenwich clock time)
;obj.width=150;obj.height=150
Means the clock on your blog is...Has 150px width and height
You can change 150 to other number to set how big your clock
No comments:
Post a Comment