U
ntuk memasangnya didalam template kita mesti masuk ke Edit HTML dan menambahkan kodenya didalam body template kita, untuk penulisannya cukup menyisipkan kodenya. Kalau untuk teks atau artikel tertentu kita menambahkan kode tersebut didepan teksnya. Perhatikan contoh penulisannya dibawah ini.
Untuk full body :body{cursor:move; /*atau cursor:crosshair, cursor:text, cursor:wait, cursor:move, cursor:help, cursor:n-resize, dll*/}
atau juga :
body{cursor:pointer;cursor:move;}
Untuk teks/artikel tertentu :<span style="cursor:pointer;cursor:wait">Teks atau artikel disini</span>