Can a php illiterate guy change the header image on jakarta?
-
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.
- The topic ‘Can a php illiterate guy change the header image on jakarta?’ is closed to new replies.