|
MySpace Cursor
Code
Step one: find cursors on the internet.
They filename of cursors always end in ".cur" or ".ani". You need to
upload these cursors to a
server. We
recommend browsing the
anicursor page.
Step two: find the absolute
URL address of your cursor.
Step three: Copy the
following code, and replace the red text with the absolute URL
address of the cursor you want. Paste the modified code
into your profile in the 'about me' section. You will see
a new cursor when you preview.
<style>
<!--
body{
cursor:url("http://www.YOURHOST.com/cursor.ani");
}
-->
</style> |
|