HOME
HTML Tags
Font
Sound
Marquees
Images
Tables
Cut,Copy,Paste
Tricks

Backgrounds

Background images come in two formats,GIF and JPG. The main difference between the two is that a GIF can be a still or an animated image. A JPG is never animated but can be a still picture or background. Your online-photos are in JPG form. Both types of backgrounds have URL's that end in .gif or .jpg.

To put a background color or image on your page you will use the following codes within the body tag of your page.

For Background Color:

<body bgcolor=whatever color>

For Background Image:

<body background="http://URL of image here">

If you would like your background image to scroll across your page use the xspeed or yspeed attributes to your background code like this:

<body background="http://URL of image here" xspeed=whatever number here>

Try using xspeed=10> for this effect.

Or try using yspeed=10> for this effect.

Or use both codes:
xspeed=5 yspeed=3> for this effect.

Note: Scrolling backgrounds increase page-loading time. Play with the numbers to get the right effect.

It's like flying!

top of page