USER DEFINED
USING A PICTURE
SETTING THE COLOR
BACKGROUNDS
To let the user define the background color,
You can place this "remote" on your page
and when the user point to a color, the background
will change accordingly.
To create this effect, you simply use a table to set up the remote as follows:
<table>
<TD BGCOLOR="#6699FF">
<A HREF="your page.html"onMouseOver="bgColor='#6699FF'"onClick= "history.go(0)">
<FONT SIZE="" COLOR="#6699FF">_</FONT></A> </TD>
</table>
This will set up the first box, just repeat this, and change the color for each one you want to create.
To set a picture as your background, you simply do as follows:
<BODY background="your picture.jpg">
And to set the color for your page:
<BODY bgcolor="red">
HOME