COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: Bhambry on 02 Apr 2008 04:59:00 AM

Title: Multi-select Value Prompt ' s border
Post by: Bhambry on 02 Apr 2008 04:59:00 AM
Hi all,

I need to know if there is some way in which the color of the border of the multi-select value prompt can be changed somehow?


Thanks in anticipation of a quick reposonse.
Title: Re: Multi-select Value Prompt ' s border
Post by: Gopinath on 04 Apr 2008 04:33:21 AM
Hi Bhambry,

To change the border color of Multi-Select prompt, place a HTML Item next to the prompt and add the following code in it.

<style type='text/css'>
div.clsDisplayInline {border-style:solid; border-color:'color';}
</style>

Title: Re: Multi-select Value Prompt ' s border
Post by: Universe09 on 17 Jun 2009 05:26:01 AM
I tried the suggested solution above and it did not work on cognos 8.3

<style type='text/css'>
div.clsDisplayInline {border-style:solid; border-color:'white';}
</style>

did I missed something?

Thanks!