• I would like to change the header picture of a dog playing with a frisbee to something else. I have pictures hosted and ready to go if only I could figure out where to add the html address. I have tried a few different places to no avail 🙁

    My guess is that it is somewhere in here *laugh*:

    /* BEGIN IMAGE CSS: place all the images here */
    #headerimg {
    background: url (images/sb-collage.jpg) no-repeat; /* Image Location */
    MARGIN: 0 0 0 -2px; /* Edit this to position/center your image */
    BACKGROUND-COLOR: #FFFFCC;
    width: 480px; /* Image Width */
    HEIGHT: 200px; /* Image Height */
    }

    body { background: url(images/sb-bgtile.jpg); }
    #page { background: url(images/sb-bgy.jpg) repeat-y top; border: none; }
    #header { background: url(images/header.jpg) no-repeat center; }
    #footer { background: url(images/footer.jpg) no-repeat bottom; border: none;}

    Thanks for the help…and for teaching an illiterate guy how to read.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1 #headerimg {
    2 background: url('images/sb-collage.jpg') no-repeat; /* Image Location */
    3 MARGIN: 0 0 0 -2px; /* Edit this to position/center your image */
    4 BACKGROUND-COLOR: #FFFFCC;
    5 width: 480px; /* Image Width */
    6 HEIGHT: 200px; /* Image Height */
    7 }

    Edit line two to look something like this:
    background: url('YOURIMAGE.jpg') no-repeat;

    That should work 😀

    Thread Starter b-nut

    (@b-nut)

    Thanks a bunch, mattman. It worked. Turns out I wasn’t hosting the picture properly…your help gave me the clue that I needed.

    signed,
    slowly learning to read

    Glad I could help 😀

    Your blog looks nice!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can a php illiterate guy change the header image on jakarta?’ is closed to new replies.