RoboHelp 11
I'm trying to use our company logo and another image (as background) that should repeat across the header. The logo should display on the left with the 'background' image tiled across the page. I'm assuming the logo should 'sit' on top.
I've looked at ww3 and found this example
Set a background-image for the <body> element:
body {
background-image: url('paper.gif');
background-color: #cccccc;
}
Also there's the background-repeat property. Based on the descriptions, it sounds like this is an approach that should work.
But I don't know how or where to use the information. Do I need to edit the master page header placeholder or the project CSS or both? Or is there a better/preferred way?