PDA

View Full Version : Scheme question


deadlytemp
09-18-2009, 01:24 PM
I am trying to make a scheme that goes over the top of the whole header, and I cant seem to figure it out only getting scheme go certain distance.. Anyone know the size?

Wifey
09-18-2009, 06:30 PM
OH! I just figured this out the other day :)

In styles and graphics - main css under the body section there is an extra CSS tht is the following:

margin: 5px 10px 10px 10px;
padding: 0px;


If you want the banner to stretch all the way to the edge of the screen, then change those to 0px - I can't remember which handles which (I have mine all at 0px), but that will take care of that. Just banner the header a normal size and you can fill in the other part of the header with a background image to finish the image or a solid color or another banner.