Tutorials
Backgrounds can range from pictures to colors and many other things. In this tutorial I will explain the code for background colors and background images and a few useful options.
-
Background Colors
<body bgcolor="#FFFFFF">
Background Images
<body background="bg.jpg">
-
Options
bgcolor="#FFFFFF" -- the color of the background
background="bg.jpg" -- is the image you want to be your background
bgproperties="fixed" -- keeps the image you chose as a background from moving as the viewers scroll.
Written by: Kaze Kikotsu. Questions? Comments? Complaints? E-mail Kaze Kikotsu.
