Uh. Right.
Let the bodies hit the floor - Drowning Pool?
The sound of FAIL.
A little more info...LIKE THE NAME OF THE SONG would be helpful.
I did one, and this is the first to pop up...
Let's say it is located at:
http://www.mywebpage.com/music/ringtone/OBL.mp3
A simple html link to it would be constructed with these elements: (only use what I have typed between the brackets[].
[<]
[a]
[ href=]
["http://www.mywebpage.com/music/ringtone/OBL.mp3"]
[>]
[Ringtone Name]
[<]
[/]
[A]
[>]
[<]
[/]
[p]
[>]
[p]
[>]
The entire set is written as one continuous string. Of course you change the url to the actual web location of the ringtone and the name of it to anything you want. And, since you are writing html in your post, be sure to end each paragraph and standalone sentance or phrase with the end of paragraph, new paragraph hmtl tags shown as the last six elements in the sample above.