There are two types of backgrounds you can put on your home page or e-mail. They are plain color and image backgrounds.
To put a plain color background in which the background is all one color on your page, use this code:
<<>body bgcolor="color"<>>
Just replace "color" with the name or number of your color.
To put an image background in which the background is made up of tiled images on your page, use this code:
<<>body background="http://url of bg"<>>
Note: If you didn't already know how to do this, you should go to my beginners page where everything is explained better. This is an advanced page, but the code I just gave you is not advanced, it was only placed on this page for those who have never encountered HTML before. If this is the case, go here.
|