![]() |
|
To select a background color for your own web site all you do is scroll over the color code in one of the boxes. When you do the background color of this page will change to the one you selected. Q) What do I do once I find a color I want to use? When you find a background color that you want to use simply copy 'n' paste it onto your clip board to use it. You can also write it down or immediately type it into the document you want to use it in. Q) Where do I put the color code? When you've selected the color you want to use simply place it into the html code of your web site. The background code will look something like this: <bgcolor="#FFFFFF"> The area highlighted in red is where you would insert the new color code to change your web site's background color. Q) I scrolled over the color code and nothing happened. Why? The mouse over effect that changes the background color of this page may not work with all browsers. Q) Why do I get an error message when I click on the color code? The mouse over effect is designed for an active link. On this web site it is only designed to change the background color of the page. It is not intended to take you somewhere else. If you click on the color code it will take you to an error page. If you accidentally click the color code link just hit your back button to get back to this page. Q) Can I use these color codes to change my font colors? Yes. The html colors you find on this color chart are the same ones you would use for font colors. Q) Where do I put the code to change my font colors? When you've selected your font color simply place it into the html code of your web site. The font color code will look something like this: <font color="#FFFFFF"> The area highlighted in red is where you would insert the new font color. |