|
|
|
You may use our Hex Color Specification Viewer or RGB Generator and choosing hex colors if you are unfamiliar with Hex specifications. To create a color for background you simply add the Hex value to your <BODY> of document. Install Background Color to Body tag: Cut & Paste Code Below: Now Body should look something like this: If you wanted an image for background rather than a color, you would substitute bgcolor for this code: Cut & Paste Code Below: Now Body would look something like this: We recommend the use of background color being added in addition of your choice of image for background (If background image is used). This ensures that viewers that have all images turned off on their browser get a uniform look to your Web page in event that default color of "white" would not look good. We use this type of body command in all our pages that use background images. Cut & Paste Code Below: Now Body would look something like this: We will now add a text color: (not always necessary, as font command later discussed in tutorial will provide color. This is often used in cases of java scripts that use visual text displayed, to know what color it should produce text. May also be used for font face command later discussed in tutorial.) Cut & Paste Code Below: Now the Body tag should look something like this: We will now instruct what color links should be. Install link color specification: Cut & Paste Code Below: Now Body tag should look something like this: Install visited link color specification: Cut & Paste Code Below: Now Body should look something like this: Install active (color when clicked) link color specification: Cut & Paste Code Below: Now Body should look something like this: Note: Your image for background can also be placed in an "image folder" on your server, as our images are placed in. You would then name this as following. Your Pad Editor should look something like this now, depending on colors you choose to use. We will move onto installation of content and images on next tutorial page. |