How to Add Background Music to a Web Page
Would you like to have music sweetly playing in the background while users navigate your site? If you do, then you just have to follow these simple tips to make that happen:
1. Upload the audio file that you would like to be played.
It could be a wav, au, aiff, or midi file. You have to access your hosting account through FTP. Once you’re in your domain’s root folder, transfer the audio file of your choice.
2. Open the main HTML file of your website, which is usually called index.html
Right in the same place where you placed the audio file (provided that you transferred it in the root directory), you’ll see an index.html file. Open that up using a text or an html editor. You can simply right click on it and click edit on the options.
3. Anywhere inside the <body> </body> tags, copy and paste this code:
<EMBED SRC=”audiofile.wav” HIDDEN=TRUEAUTOSTART=TRUE LOOP=TRUE>
You have to change audiofile.wav into the actual file name of the sound file that you have uploaded. HIDDEN=TRUE would load the audio file without the sound control panel showing up. AUTOSTART=TRUE would play the music automatically. LOOP=TRUE would play the sound continuously.
4. Save the edited text and visit your site. You should have your music playing!
***Note: Make a backup of your index.html file before following these steps. Work accurately to prevent mistakes. Erroneous changes on your index.html file may cause your website not to load properly. Take extra care when performing this tip.
How to create a Facebook Group
How to add chat to your website
How to Use the Include File Syntax in ASP, HTML, and PHP
How to Install a Free Guestbook on your Site
How to create a free forum website
How to Add a Free Counter to Your Site
Internal 500 Error
Header Tags
What is a FavIcon
Horizontal Dividers
How to remove copyrighted links
What is iFrame
How to setup an email on your domain
Accept Donations with PayPal
How to add a plug-in to WordPress
How to make a theme for Xoops
How to Install Xoops
How to make a Joomla theme
How to Make a WordPress Theme
How to add a shout box to your website
How to Burn Feeds using FeedBurner
How to install Mambo
How to Justify Texts on your Website
How to create a contact me form
How to make a table in Html
The Div tag
Disabling Right Clicks on your Website
How to Add Background Music to a Web Page
How to Install Joomla in 5 Easy Steps
How to Install WordPress on Your Website
How to Use the HTML Font Tags
SMF Forum
How to add a image to a link
How to add your website to Google
How improve your pagerank
The Redirection Code
Hex Color Chart
Scrolling text
The Font Tag
Special Html Characters
What is a URL
Hyperlink Code
How to Center a text
The "Underline" Html Tag
Bold Html Tag
Line Break
New Paragraph Html tag
How Does FTP Work?
How to add Youtube videos to Myspace
How to add Youtube videos to your web page
What NOT to do when making a website