Re: Trying to figure out how to change the header on the home page
You do not need to edit either of those files to change the header the ability to make an expandable header is already built in.
Begin by opening your photo editor and saving your image as a gif instead of a jpeg. name it logo.gif
Then "slice" a 5 pixel wide piece of the right hand side so that you only have a tall noarrow image that has the black borders on the top and bottom. Save that image as headerBG.gif
Upload the images to templates/YOUR_TEMPLATE/images/ The logo should then work automatically.
Next open YOUR_TEMPLATE/css/stylesheet.css . Find (or add):
#logoWrapper{
background-image: url(../images/headerBG.gif);
background-repeat: repeat-x;
background-color: #ffffff;
height: XXpx; Adjust this height to match your image height
}
After editing upload your css to your server.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.