|
How to add a background image
Want to make use of a seamless tile background? It's pretty easy--just follow these steps:
- Log into your HSB account and open the template editor ("Settings," "Template
- Fairly close to the top of your code, you will see a section that looks something like this:
body {
background: #FFFFFF;
background-image: url(http://i201.photobucket.com/darkwoodbb.jpg);
background-repeat: repeat;
margin-left: 0px;
margin-top: 0px;
background-color: #FFFFFF;
margin-right: 0px;
margin-bottom: 0px;
This is part of your CSS code: the part of your template that tells the browser how to display each page. In the "body" section, you can control the background color, the margins, and--of course--the background image.
3. You need to decide just what you want as your background picture. Make sure it's uploaded to either HSB or Photobucket.
4. Whether uploading to HSB or Photobucket, you will need to copy the image URL. Come back to the template editor, and paste your code in place of the bold words:
background-image: url(http://i201.photobucket.com/darkwoodbb.jpg);
5. Be sure to hit "preview" before you save--it's a good idea to make sure everything is looking right.
|
| Feedback
(2) | Leave Feedback |
Permanent Link
|
Feedback
|
Aug. 2, 2008 - Untitled Comment
Chezdak