- How to Add Background Music to your Journal style
- How to Embed a 3rd Party Web Reporting Utility
So be prepared!
If you're using overrides that uses special <DIV>'s or <BGSOUND> ... you can still use it but when you edit it... it will be purged upon saving.
From now on, if you want background music, you will need to create your own journal style and put the following tag within your journal style (just after the <body> HTML tag):
<bgsound src="http://www.webhostingsite.com/useraccount/soundfile.mid" loop=1></bgsound>
Where for the:
www.webhostingsite.com = web address of your webhosting site
useraccount = name of your account (not applicable to everyone)
soundfile.mid = name of the soundfile (can also be wavs and mp3s files)
loop = n-times/infinite, n-times = play n times before stopping, infinite = continuous
www.webhostingsite.com = web address of your webhosting site
useraccount = name of your account (not applicable to everyone)
soundfile.mid = name of the soundfile (can also be wavs and mp3s files)
loop = n-times/infinite, n-times = play n times before stopping, infinite = continuous