BACKGROUND COLOUR | BACKGROUND IMAGES |
Adding a Background Colour (BGCOLOR) or a Background (BACKGROUND) to your page is a neat way to make it more interesting.
It can range from your favourite colour to your favourite picture (exercising copyright integrity of course).
To change the background colour, all you need to do is specify a hexadecimal number code for the colour and then add it into the <BODY> tag with the BGCOLOR= command.
Don't know the hexadecimal number for the color you want? Not a problem! Head on over to:
Here you can see the 216 'Browser Safe" colours and their hexadecimal code value. Here is how you will add it to your page:
Pretty neat huh?
Not a problem! - This time we will be using the BACKGROUND= command instead. First, upload your image to your 'directory' and then add the image ("name.gif" or "name.jpg" depending on the extention) into the following source:
A suggestion I can give for if you are wanting to use an image as the background of your page is, it is a good idea to use both the BGCOLOR and BACKGROUND attributes in the <BODY> tag.
As you can see on this page, I have used an image as the background. Do you want an image for your background? Head in over to the GRAPHICS SECTION and surf the links. Want to find out what else you can include in the <BODY> tag? Head on over to the TAGS SECTION! |