5/26/2011

How to use your own cursor

5/26/2011

This tutorial is for anyone that wanted to have their own design of their web's cursor. Visit this page for the live preview.

1. Go to Template and then click Edit HTML.
2. Find for code  ]]></b:skin> or ( </style> for classic template).
3. Paste the codes below before the codes that you just found.
body{
cursor:url(YOUR CURSOR URL),progress;
}
4. Save :)