 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Teacupbabies
Joined: 24 Apr 2008 Posts: 1
|
Posted: Thu Apr 24, 2008 4:51 pm how to make website backgrounds? |
|
|
|
| I just made a website because I will be breeding teacup yorkies. I am new to this and I wanted to know how to make a background for my webpage. Please help. |
|
Airick1994
Joined: 20 Dec 2007 Posts: 102 Location: Canada, eh?
|
Posted: Thu Apr 24, 2008 5:00 pm |
|
|
|
Start by getting an image editor. I recommend Paint.NET. Then, create your image. If you need help with that, I can help.
Next, save you image as either a gif or a png, but I'd recommend gif.
Now, do you want that as the background to your entire site, or to just one part?
For the entire site, put this in your header:
| Code: |
<style>
body {
background-image: url('yourpicture.gif');
}
</style> |
Replace that yourpicture.gif witht he ocation of your image in relation to where the file is it will be the background of (you can put that in your CSS as well).
If you need any more help, post again. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8316 Location: Castle Pines North, CO USA
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|