I have this code, but I cannot make the border appear on my template. What is wrong with my code?
/* Settings for PAGE_HEADER */ REPORT > PAGE_HEADER { min-height:2.75cm; background-fill:bitmapAndColor; background-color:#ffffff; background-type: box; /* Possible values: box(image embedded in its container), tile(repeat horiz. and vert.), vtile, htile(repeat horizontally), stretch(image fits its container) */ background-image: boimg://CompanyLogo.jpg; background-repeat: no-repeat; background-position: left top background-v-align: bottom; /* Possible values: top, center, bottom */ background-h-align: left; /* Possible values: left, center, right */ border-bottom-style: plain; border-bottom-color: #7f5e5e; }
Add comment