| View previous topic :: View next topic |
| Author |
Message |
CJ
Joined: 18 Feb 2007 Posts: 5
|
Posted: Sun Feb 18, 2007 1:10 pm Post subject: How do I - change blog background? |
|
|
I've just about managed to change my blog header, but how do I now change the background to a nice photo? Thanks.
|
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Mon Feb 19, 2007 12:55 am Post subject: |
|
|
Find this bit of code:
| Code: | body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
color: #555555;
background: #d7b url(http://www.blogblog.com/moto_ms/outerwrap.gif) top center repeat-y;
font-size: small;
}
|
Delete or comment out by inserting // at the beginning of the background line.
In it's place add these lines:
| Code: | background-image: url(http://i5.photobucket.com/albums/y181/ferryfax/puppyface-1.jpg);
background-repeat: repeat-x repeat-y;
|
and again replace the http://....jpg part with your own link though how anyone could want anything other than our cute little puppy I don't know
This will tile the background with your chosen picture. There is a way of editing a picture so it will tile more seamlessly but you need something like PhotoShop to do that, and I haven't reached that level of expertise with it to know how to do that. If you know please let us in on the secret - I for one would love to learn how to do it. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Auntie Noo

Joined: 04 Feb 2007 Posts: 13
Location: Guildford
|
Posted: Tue Feb 20, 2007 4:38 pm Post subject: |
|
|
| There is a blog post here http://www.handson.nu/HTML/tiles.shtml which is a tutorial on seamless tile making!! - Just thought someone might find it useful! |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
|
| Back to top |
|
 |
|