Livejournal
Log in
Post
Friends
My journal
catlove
Good morning!
Mar 19, 2005 11:26
I made a banner for this Component layout but I don't remember the code to put it up! Help, please?
Happy weekend you lot!
Leave a comment
Comments 2
_fullofgrace
March 19 2005, 15:33:51 UTC
layerinfo "type" = "theme";
layerinfo "name" = "name of your theme";
function Page::print_custom_head() {
"""
<***style type="text/css">
body {
background-image: url(
http://www.yoursite.com/yourbanner.jpg
) ;
background-repeat: no-repeat ;
background-attachment: scroll ;
background-position: top ;
margin-top: HHHpx ; # replace HHH with your image height in pixels
}
.header {
text-align: center;
}
<***/***style>
""";
}
Just remember to remove the three "***" I entered to keep it from getting funk here.
Reply
catlove
March 19 2005, 16:28:37 UTC
Wooo hoooo! Thank you :D
Reply
Leave a comment
Up
Comments 2
layerinfo "name" = "name of your theme";
function Page::print_custom_head() {
"""
<***style type="text/css">
body {
background-image: url(http://www.yoursite.com/yourbanner.jpg) ;
background-repeat: no-repeat ;
background-attachment: scroll ;
background-position: top ;
margin-top: HHHpx ; # replace HHH with your image height in pixels
}
.header {
text-align: center;
}
<***/***style>
""";
}
Just remember to remove the three "***" I entered to keep it from getting funk here.
Reply
Reply
Leave a comment