Hey there. A friend recently aquired a Paid account and we're trying to get a header in. Another friend lent her own code so We have no idea why it's not working
layerinfo "type" = "theme";
layerinfo "name" = "F/HR Theme";
function Page::print_custom_head() {
"""
<style type="text/css">
body {
background-image: url(http://www.sigma957.com/romantical/images/header.png) ;
background-repeat: no-repeat ;
background-attachment: scroll ;
background-position: top ;
margin-top: 400px ; # replace HHH with your image height in pixels
}
.header {
text-align: center;
}
<***/style>
;
}
Help is appreciated!