<BGSOUND SRC="http://www.geocities.com/ray_smith.geo/MUSIC/in_air_tonight.mid" loop="20" HIDDEN="TRUE">



Ray Smith's Journal -Tips, Codes, & Information Pages

BACKGROUND COLOR CHANGERS CODES

~ What Is Your Preference In Background Colors Today? ~


1. The Background Color Changer On THIS Page:
A. The code must be copied exactly as written, with each single quotation mark ( ' ) and double quotation mark ( " ) and semi-colon ( ; ) NOT colon.
B. Colors may be changed as desired, but be certain to state the name of the color you want as a background first surrounded by single quotations.
C. Then put the name of the color that you want to appear on the button second surrounded by double quotations.
D. If not done properly, it will not change colors.
E. HTML CODE:

<BR>~ What Is Your Preference In Background Colors Today? ~ <form name="sig" method="post"> <input type="button"OnClick="document.bgColor='saddlebrown';"value=" red "> <input type="button"OnClick="document.bgColor='midnightblue';"value=" blue "> <input type="button"OnClick="document.bgColor='darkgreen';"value="green"> <input type="button"OnClick="document.bgColor='indigo';"value="purple"> <input type="button"OnClick="document.bgColor='black';"value="black"></form>

2. The Ten Color Background Color Changer: Visit the following URL for an example.
A. http://www.geocities.com/ray_smith.geo/RSjournalPages/001_TABLE_OF_CONTENTS.html
B. As in the above, all single quotations, double quotations and semi-colons must be reproduced EXACTLY.
C. HTML CODE:

<table background="http://www.geocities.com/ray_smith.geo/BKGD/001G-WoodFrame.jpg" border="7" width="100%" cellpadding=0> <tr><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='blue'"> <font color="dodgerblue">Blue</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='red'"> <font color="red">Red</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='black'"> <font color="silver">Black</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='green'"> <font color="green">Green</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='white'"> <font color="white">White</font> </form> </td></tr><tr><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='gold'"> <font color="gold">Gold</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='orchid'"> <font color="orchid">Orchid</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='orange'"> <font color="orange">Orange</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='grey'"> <font color="silver">Grey</font> </form> </td><td bgcolor="000000" width=107> <form> <input type="radio" onClick="document.bgColor='cyan'"> <font color="cyan">Cyan</font> </form> </td></tr></table>

3. To make a TEXT Color Changer:
A. Simply change "document.bgColor= TO "document.fgColor=

Hosted by www.Geocities.ws

1