TUTORIAL : open at the new tab

hahh ? ape tuh yer ? open at new tab ? okeh actually when korunk click jer button cam tuto una kann ? terus dia automatic bukak kat tab lain kann ? soo ini lah fungsi code nie yaa ? soo , jom kita mulakan yaaa ?

firstly korunk pergi ke Dashboard > Design > Page element then Add gadget > search and click for HTML/Javascript thenn ape yang korunk perlu buat hanya lah copy code di bawah ini dan paste kan sahaja di dalam ruangan HTML/Javascript tuhh yaaa ?

<!-- code for turning all non-blog links to new page links -->
<script type="text/javascript" language="javascript">
var arr = document.getElementsByTagName("a"); //get all links in the page
for(var i = 0; i < arr.length; i++)
{
if(arr[i].href.indexOf("Your URL") < 0 //not links that are 'inside' blog
&& arr[i].href.indexOf("javascript:") < 0) //not javascript links
arr[i].target = "_blank";
}
</script>

dah selesai kan ? save lahh :) then cube click maner2 link korunk :) hahh , kan dia keluar kat new tabb :) mudah hahh keje nyer ^^
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : note dekat bawah setiap post

okehh , tuto  nie tiada dalam blog una tapi una dah try dalam blog trial and ia menjadi , nak tahu apa dia tuto kali ini sila tgok gambar ini yaaa ??


(click untuk tumbesaran)
soo ,dah tgok kann ? jady meh kita mulakan jomm ? firstly korunk kene p cari Dashboard > Design > Edit HTML*tick expand widget and tekan ctrl + F then search for this code : 
<data:post.body/>
dah jumpaaa ? hahhh , sekarang korunk copy code di bawah nie and pastekan di bawah code di atas nie yaaa ??
<hr/><center>
<b>AYAT IKUT SUKA HATI ANDA</b>
</center><hr/>

dah letak code-code tuh semua , korunk preview lahh :) hahh , jady takkk ? pape inform same una yaaa ??
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : about blockquote :)

let's start yawww ! firstly pergi ke Dashboard > Design > Edit HTML*tick expand widget and search for this code :
.post blockquote {
dah jumpaa ? korunk copy code di bawah ini di bawah code di atas nie yaaa ?

background-color: #CCCDFE;
border-left: 4px solid #7477FE;
border-right: 3px dashed #FFFFFF;
border-bottom: 3px dashed #FFFFFF;
border-top: 3px dashed #FFFFFF;
padding: 8px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

ini contoh coding yang ada di HTML una yaa :) korunk hanya perlu twist cket yang di bold kan tuh yerr ? now kita nak buat hover dia pulak :) macam una punya ada icon kecil kan bile cursor sentuh blockquote tuhh ? selepas dah copy paste code di atas , di bawah dia korunk paste pulak code yang una bagi nie yer :) 
.post blockquote:hover {
background-image:url(URL ICON);
background-position:bottom right;
background-repeat:
no-repeat;
}
then , siap dahh ^^ simple bukann ? u can twist the coding , bermain dgn code2 ituh , nak border mcm mner , colour ape just change it okehh , soo ini link CODE COLOUR soo , semoga berjyaa yaaa ??

Hai! Selamat membaca. Jangan lupa tinggal komen ya?