Changing the background color of your web page.

It is very easy to change the color background of a web page.
   Edit with the "note pad" the page you want the color background change,
Look for the tag "<body>" it will looks something like this:

<body link="#00FFFF" vlink="#00FFFF" alink="#00FFFF" text="#FF00FF" bgcolor="#790079">

Characters in red are the hexadecimal value of a color for the font of the links, visited links , active links, for the color font text in the page and the Background color ( red on yellow ) , changing this value cause the background color to change, if you don't know the code value of a specific color you want then you need the color code selector to get the code, if you think all this is to complicated then just replace de code with the name of a color like this:

 bgcolor="red"

When you edit the page looking for the "<body>" tag, if you don't see  the bgcolor="#790079" label , you can add it inside  the "<body>" tag.

Disclaimer