Static Backgrounds
Home | Buttons | Modify the Theme | Banners | Backgrounds | Files | Examples | Resources

Home
Buttons
Modify the Theme
Banners
Backgrounds
Files
Examples
Resources

<-- Return to Lessons

Making a Static Background

Also learn how to....
Make a vertical scrolling background
Make a seamless background

Steps to follow

  1. Select a computer monitor resolution that you are designing for.
    bullet640 x 480
    bullet800 x 600
    bullet1024 x 768
    bullet1280 x 1024
    bullet Read this page to learn about LIVE SPACE
  2. Create a graphic to match the browser's LIVE SPACE
    bulletFor 1024 x 768 I will create a 1007 x 566 for IE.
    bulletNOTE: the graphic could be smaller, it does not have to fill the screen
  3. Fade the graphic to allow the web page text to be easily read
    bullet Look at this page to study a faded graphic
  4. Save the graphic into your IMAGES folder for the web.

Time to modify the BODY STYLE

  1. Click FORMAT, theme, then CUSTOMIZE.
  2. Customize the TEXT to get to the BODY STYLE.
  3. Click Text, then MORE TEXT STYLES... (see below)

     
  4. Select the LIST: HTML Tags drop down, and then select BODY

     
  5. Click MODIFY... then FORMAT, then BORDER...

     
  6. On the SHADING tab, browse to select your background image and then set the vertical, horizontal, repeat, and attached attributes. (See below)
  7. Click OK and your THEME will now have a static background.

Study the BODY STYLE...

<style>
<!--body
{
background-image: url('images/PVHS_viking_static.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center }
-->
</style>
 

Copyright © 2003, All rights reserved
TeamCIA, Computer Information & Applications