If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Multi-select Value Prompt ' s border

Started by Bhambry, 02 Apr 2008 04:59:00 AM

Previous topic - Next topic

Bhambry

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.

Gopinath

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>


Universe09

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!