Are there any free styles that allow the use of header images? There are so few free layouts. Are you going to add any to that too?
I've placed header and different background images uses the Core2 tester (it's under styles ALL not featured) but you can also place a header on Transmogrified using this code in the CSS module:
#container { padding-top: Insert number of picas - px's - you need to move the blog down so you can put the header. Mine is 480px background-image: url (your url here - keep brackets); background-scroll: no-scroll; background-repeat: no-repeat; background-position: top center; }
If you're using negatives, try the same code and if it *doesn't* work then scroll through getting_started because someone else asked for that precise thing and did get an answer, I'm sure.
no subject
I've placed header and different background images uses the Core2 tester (it's under styles ALL not featured) but you can also place a header on Transmogrified using this code in the CSS module:
#container {
padding-top: Insert number of picas - px's - you need to move the blog down so you can put the header. Mine is 480px
background-image: url (your url here - keep brackets);
background-scroll: no-scroll;
background-repeat: no-repeat;
background-position: top center;
}
If you're using negatives, try the same code and if it *doesn't* work then scroll through