View Full Version : Cursor help!!!


hunnybun
06-17-2003, 06:59 PM
heyyyyyyyyy!! I need some cursor help...again!! I want this cursor that I found online (that is alowed to use) on my webpage. But there is something that I don't understand. This is what they said that I should do:

2. PASTE the cursor code into the HTML of your site or weblog.
Open the HTML of your site or weblog in any HTML editor. Paste the cursor code just before the ‹/BODY› tag near the end of the HTML.

Help?? Can someone show me how to do this??

MaGiCSuN
06-17-2003, 07:15 PM
do you build your site with notepad or pagebuilder?

if with notepad just open notepad, and open your file you want the cursor to show up into notepad. Then add the code you got fromt he site right BEFORE the </body> tag in your coding and save it again. Then upload it and you're done ;)

Love,
Mirna

poufie
06-22-2003, 08:48 AM
I'm just a little curious, but why would you want to put the code there? (the big scary technical explanation will do) I've never heard of anything being put before the </body> tag.

*is intrigued*

designhazard
06-22-2003, 11:19 AM
put this code between your <head> and your </head> tag.

<style>
body {
cursor: url("PATH TO YOUR CURSOR FILE.CUR");
}
</style>

hope that helps.

elfenheroin
06-22-2003, 02:43 PM
When you try to edit your page place the code before the </body>

Ex:

<----COMET CURSOR BLA BLA----->
<script><bla bla></script>
<----END CURSOR----->
</body>