Background Codes
Add a Background Color : This code you will add color to your background and the background will be fixed. Meaning the background will not scroll when the contents of your page does. It is a unique look. Here you can add a background to start up before the background image shows up. Add this code inbetween the <head> and </head> tags on your page.
<STYLE> body{background: black url() fixed;}</STYLE> |
Add a Background Color with Image: This code you will need an image as a background and the background will be fixed. Meaning the background will not scroll when the contents of your page does. It is a unique look. Here you can add a background color {which I chose black} to start up before the background image shows up. Add this code inbetween the <head> and </head> tags on your page. I would prefer you use your own background but if you don't have one for now you can use this one.
<STYLE> body{background: black url(http://www.wcm1.net/images/pupletest31.jpg) fixed;}</STYLE>
|
Tips: 1. You can use *any* font face you like HOWEVER try to stick with standard fonts because if someone doesn't have that particular font loaded onthe computer they will not see it. The font will revert to the default font on their computer. | Links: 1. ABC Backgrounds 2. Heikki's Backgrounds 3. My Personal Backgrounds |