Return to Snippet

Revision: 47320
at June 5, 2011 08:02 by thesislab


Updated Code
.custom #header {
    background-image: url("images/header_new.jpg");
    background-repeat: no-repeat;
    background-size: 83.4em 20.2em;
    border-bottom: medium none;
    height: 20.2em;
    padding: 0;
}

Revision: 47319
at June 5, 2011 08:00 by thesislab


Initial Code
.custom #header {
    background-image: url("http://www.allisonpeacock.com/wordpress/wp-content/uploads/2011/06/header_new.jpg");
    background-repeat: no-repeat;
    background-size: 83.4em 20.2em;
    border-bottom: medium none;
    height: 20.2em;
    padding: 0;
}

Initial URL


Initial Description
Place image in custom/images folder; add this code to custom.css. Delete .custom from selector if you think you have to. Also, you may have to resize the image a bit, though perhaos not.

Initial Title
Header image code for Alison

Initial Tags


Initial Language
CSS