Posts

Showing posts with the label CSS

Cognos: How to remove borders for Radio Button Value Prompt?

Add html item after the radio button. Add below:- < STYLE > Div.clsCheckBoxList{ border-style:none; } <  / STYLE >