cancel
Showing results for 
Search instead for 
Did you mean: 

BO4 - WEBIdefault.css - how to add pointer to company logo in page footer?

former_member272336
Participant
0 Kudos

Hi,

We wish to add our company logo to this file so all reports created in WEBI have the logo.

Want to add to page footer.

Found bit in there relating to page footer.

Tried background_image and logo.jpeg.

If put logo.jpg in <intsall_dir> images  how do refer to it, wht about if put logo in folder above how refer to it.

Windows 2008 server.

Anybody know the sytnax in these scenarios.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Once you place the image under <install_dir>\images, you should be able to refer to it in your Webi Reports using the syntax:

boimg://filename.ext



former_member272336
Participant
0 Kudos

Hi ,

Thanks for this - seems to work.

Using background-fill:bitmapAndColor;

as well.

Only problem is image size bigger  than want.

Is there a way such that image will adjust to size automatically.

Reckon will be just I'm no css expert.

Thanks

Former Member
0 Kudos

Hi Philip, you can change the property background-type to "strench" in the xlm custom file

<PVAL NAME="background-type">stretch</PVAL>

This should solve your problem

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Hi, I have not done this

Have you looked at this article at service.sap.com/notes

1641314 - WebIDefaultStyleSheet.css


former_member272336
Participant
0 Kudos

Hi,

Thanks for update.

Interesting note.

We need to add company logo to page header and page footer as all reports created with compaany logos.

How can we achive this then?

I would have thought it would be possible using standard .css

Thanks