Wednesday, June 30, 2010

OBIEE Adding Image to Column Header

Or how to make this:

image

Goto your column header format:

image

Put a space in both your table heading and Column Heading, check the custom headings box.

Press the format button for the column heading:

image

Add some custom CSS:

image

like :

[code]

background-image:url('res/sk_oracle10/answers/abbcompound.gif');background-repeat:no-repeat;height:30px;

[/code]

Check the results:

image

Till Next Time

No comments: