Hello. Your photos are stunning. Could you tell me how you managed to get an image in the heading of your blog? I have been trying to teach myself how to do simple coding, but I just can't figure out how to insert an image. I am creating a blog for a friend at http://duncankincaid.blogspot.com/ and would like the image to go where it says: Knock Back a Dacker. Any help would be greatly appreciated. Thanks. Amanda
Hello I started with a template here is my old sight http://mechyrides.blogspot.com/ I replaced the photo header with my own Here is old code in template #header { background:#476 url("http://www.blogblog.com/rounders4/bg_hdr_bot.jpg") no-repeat left bottom; margin:0 0 0; padding:0 0 8px; color:#fff; I replaced with this #header { background:#000000 url("http://bellsouthpwp.net/m/e/mechy411/blogasheville20.JPG") no-repeat left bottom; margin:0 0 0; padding:0 0 8px; color:#fff;
The picture had to be the same size as the old one though
2 comments:
Hello. Your photos are stunning.
Could you tell me how you managed to get an image in the heading of your blog? I have been trying to teach myself how to do simple coding, but I just can't figure out how to insert an image. I am creating a blog for a friend at http://duncankincaid.blogspot.com/ and would like the image to go where it says: Knock Back a Dacker.
Any help would be greatly appreciated.
Thanks.
Amanda
Hello I started with a template here is my old sight http://mechyrides.blogspot.com/ I replaced the photo header with my own
Here is old code in template
#header {
background:#476 url("http://www.blogblog.com/rounders4/bg_hdr_bot.jpg") no-repeat left bottom;
margin:0 0 0;
padding:0 0 8px;
color:#fff;
I replaced with this
#header {
background:#000000 url("http://bellsouthpwp.net/m/e/mechy411/blogasheville20.JPG") no-repeat left bottom;
margin:0 0 0;
padding:0 0 8px;
color:#fff;
The picture had to be the same size as the old one though
Post a Comment