 |
|
|
| 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: 107 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: 8748 Location: Castle Pines North, CO USA
|
|
coolvats
Joined: 18 Jan 2009 Posts: 16
|
Posted: Sun Jan 18, 2009 12:09 pm Background image |
|
|
|
| Vats thakur says: Hey its easy just go to page setting in dreamweaver,and select bg image,then you will see your page with bg image. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|