Backgrounds
CTR Backgrounds
Instructions:
How to apply it to your website? Well, that depends upon how you have built your website. A few of the most basic ways are to add it to your CSS code or add it to your HTML code. I’ll give you a few brief examples:
For a small shield right click and save the thumb nail image above. Thumbnail images are 100×100 pixels. For a large image click on the thumbnail and save the image you are taken to. Larger images are 500×500 pixels.
HTML:
<body class="body" bgcolor="#ff0000" background="images/ctr_shield_red_background.jpg">
CSS:
body {
background: #ff0000; /* HTML RED Color Code */
background-image:url(images/ctr_shield_red_background.jpg) /* Specify the folder the background is saved in */
background-repeat:repeat-y;
}




















Leave a Comment