I do a couple things.
1) If your cursors name is "MyCursor.cur", Convert a copy of the cursor to a gif file and name it "MyCursor.gif" file. YOu'll need the gif file to display what your cursor looks like.
2) Create a ZIP folder. Place the cursors (*.cur) and the GIF (*.gif) files in this ZIP file.
3) Upload the ZIP file and the individual gif files to your web site.
4)To display the cursors on your web site, (really your displaying the gif files) place a line of HTML where you want the gif files to display:
EXAMPLE: <img border="0" src="MyCursor.gif" alt="LongEZ Cursor Normal">
5) To allow someone to download your cursors (your ZIP file), place HTML code like this on you web page:
EXAMPLE<a href="MyCursor.zip">DOWNLOAD</a> My Cursors
This will appear on your page as
DOWNLOAD My Cursors
The word DOWNLOAD is the hyperlink to your ZIP file
Hope this helps
Waiter