[Basics I] [Basics II] [Emailing] [Graphics] [Lists] [Tables] [Linking] [Marquee] [Backgrounds] [Music] [Email Me] [Home]
Zog’s HTML Made Easy
ADDING BACKROUND TO YOUR WEB-PAGE
ADD A BACKGROUND IMAGE
ADD JUST A BACKGROUND COLOR
ADD BOTH A COLOR BACKGROUND & AN IMAGE
ADD A FIXED BACKGROUND IMAGE



ADD A BACKGROUND IMAGE
  • To add a background image to your page, just add this tag after the </HEAD> tag. But, remember that you can only use graphics with a .gif or a .jpg format. Just substitute your own information:

    <BODY BACKGROUND="your_background_image_name.gif/.jpg">
RETURN TO THE TOP
RETURN HOME



ADD JUST A BACKGROUND COLOR
  • If you just want ONLY a background color, then just add this tag after the </HEAD> tag. Just substitute the color you want:

    <body bgcolor="#000000">
    or
    <body bgcolor="color_name_here">

    For a list of colors CLICK HERE.
RETURN TO THE TOP
RETURN HOME



ADD BOTH A COLOR BACKGROUND & AN IMAGE
  • If you want to have a color background combined with a background image (his means your web-page will have a color background while your background image loads), then just add this tag after the </HEAD> tag:

    <body background="name_of_background.gif" bgcolor="#000000">
RETURN TO THE TOP
RETURN HOME



ADD A FIXED BACKGROUND IMAGE
  • You can also have a fixed background. This means when visitor scrolls down your web-page, your images and text will move but the background image will NOT move. Simply just put this tag after the </head> tag:

    <BODY BACKGROUND="Your_image_name_here.gif" bgcolor="#ffffff" bgproperties="fixed">

  • But just remember this tag will ONLY work with Internet Explorer Browser (IE). Netscape will ignore this tag, and just show a regular background.
RETURN TO THE TOP
RETURN HOME



Created by
Zog's Web Design
Resides on Yahoo!
Yahoo! Rights Apply