
Originally Posted by
icyorchid
My logo is not right on there I want it to be the length of the white part (body) I also would like to change the color from white have not tried to do that yet.
Your logo is narrower than the site... that's why its not the length of the site. What I would do if I were you is keep your logo the size it is. Then, make a background image that is the same as the textured background of your logo. Make that the background image of #logoWrapper. That way, as your site stretches, it give the illusion that your logo is filling the entire space. You'll first need to remove this from #logo in your stylesheet:
Code:
float:left;
padding-left:15px;
That will make your logo centered. Then add the new background image to logo wrapper, like this:
#logoWrapper {background: url("../images/name-of-image.gif") repeat;}
You'd upload the image to includes/templates/YOUR_TEMPLATE/images/ folder.

Originally Posted by
icyorchid
That's what I was referring to when I mentioned you can add ezpages, and turn them on in the header. Those are ezpage links. Go to "Tools" "Ezpages" in your admin, add an ezpage, and turn it on in the header. It will show up there.