#54:tutorial : Calender Archive

Calender Archive
calendar archieve tu macam mane ye? haa, meh tengok meh ! kat bwh ni ade contoh, benda ni sebenarnya ganti yg drpd blogger punya (blog archive). Try lah! Senang je tak susah pun. just follow step bawah ni.
Pegi Dashboard > Design > Add a widget > Html/Javascript
Copy dan paste code bawah nii :
<div id="blogCalendar"></div>
<script type="text/javascript" src="http://lvchen-recentcomments.googlecode.com/svn/trunk/Calendar/1.0/calendar_pack.js"></script>
<script type="text/javascript">
Calendar.base="namablogsaya.blogspot.com";
Calendar.timeZone="+08:00";
Calendar.timeZoneCheck = true;
Calendar.drawTable();
</script>
<style>
#blogCalendar {
display:block;
text-algin:center;
border:1px dotted #F6358A;
width:90%;

background: #ffffff;
}

#CalendarCaption a {
text-decoration:none;
}

#CalendarCaption {
border-bottom: 2px solid #F6358A;
width:85%;
margin:auto;
}

#CalendarTable a {
font-weight:bold;
color: #F6358A;
}

.Today {
background: #F6358A;
font-weight:bold;
text-decoration:none;
}

#CalendarFooter {
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
background: #FFC0CB;
}

.yearInput {
color: #000000;
background: #F6358A;
}

.monthTable {
color: #000000;
background: #F6358A;
}
</style>

Code warna purple tu korang boleh ubah warna background yang korang suka dekat sini
Tapi kalau tak reti tu tak payah ngada-ngada tukar, ikut atas ni je dah cukup lawa yee
Kalau nak letak gambar untuk background korang letak code ni :

background: url(url gambar);
Nama blog tu korang tukar bagi nama blog korang . e.g :
nadiasyamimi.blogspot.com
Siap dan SAVE!