BODY AND BACKGROUND CODES!
Where you have the <BODY> tag, replace it with the following tag. Just copy and paste it.
<BODY BACKGROUND="" BGCOLOR="#" BGPROPERTIES="" TEXT="#" LINK="#" VLINK="#" ALINK="#">
All of the items listed are optional, the browser will use the default setting on anything you don't specify.
That means that the background color will be white and so on. But to enhance your page, here are the tag
meanings. Body Background is where you enter a gif or jpg that will be tiled on the page. BGColor is for
having a solid color as the background. It's okay to use both of those at the same time. BGProperties is to
have the background stay put and only the page will scroll. Entering 'FIXED' within the quotes will set it.
I have it setup on this page so you can see how it works. Next the 'TEXT', 'LINK', VISITED LINK AND
ACTIVE LINK. Entering a 6 number/letter combination for the color you want after the # sign sets it. The
'TEXT' color will come into play whenever you have not designated a specific color for some text. So if you
are not using one or more of the above tags on a page, leave the code there with nothing inside the quotes.
How do I choose the colors? Well here is a site that offers a simple program that helps.
Color Picker at PAGETUTOR.COM You can save this to your hard drive and use it offline.
NEXT BACKGROUND TAG IS FOR MUSIC AND WAVE SOUNDS.
You can have waves and midi's play when your page is opened. The code is simple
but has options. You can set the number of times it plays and how loud you want it.
I use this code instead of the 'EMBED' code because many free sites do not allow
downloads. Here is the basic code: <BGSOUND SRC="" VOLUME="" LOOP="">
Copy and paste this code right after the body code as listed above. Now for the details.
In the bgsound src="" quote marks you enter the relative link to the midi or wave you are using.
In the volume="" quote marks you CAN enter a number from -500 to -2000. -2000 being very soft.
In the loop="" quote marks you enter a positive number from 1 up or a -1 to play infinite. What
you are hearing is this: <BGSOUND SRC="sound/wizofoz.mid" VOLUME="-1000" LOOP="1">
You can 'STOP' the music on any web page by hitting the 'stop' button in your browser!
If your site provider permits it, the console code is:
<EMBED SRC="sound/wizcomeout.wav" HIDDEN="false" AUTOSTART="true"
LOOP="0" CONTROLS="smallconsole" HEIGHT="25" WIDTH="70" VOLUME=""></EMBED>
This code gives the visitor a chance to turn off the music. Place this code where
you want the player to be on your page. -------> That code would show this:
Hit the > 'play' button to start and the
'stop' button to stop the player.
Notice in this code the autostart=true means start when page opens and the
loop=0 is so it only plays once. You can put the number '1' and it will repeat.
Visit MY 'COOL LINKS' Page and see a list of sites that offer tiling backgrounds,
music in midi format, waves and other animated graphics, all for FREE.
Just COPY AND PASTE any code your want from these pages.
Change the colors, sizes, graphics or any other option in the codes!

CLOSE WINDOW
HOME | MAIN PAGE | SITE MAP | THE ULTIMATE WEB PAGE
AWARDS | *MY MAIN WEBSITE* | GAMES! | HOTLINE!
*MRKNOWITALL'S STATIONERY* | E-MAIL WEBMASTER