function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Venkata Dharanesh Babu AkkemVenkata Dharanesh Babu Akkem 

Blackout the Background

Hi Team

I have a question so i am using <apex:outputlable> to display a label in the UI. So how can i make the background of entire lable to Black.??
Should i write css or is there any attribue in outputlable that support my requirement..Please let me know..Thanks in advance
Venkata Dharanesh Babu AkkemVenkata Dharanesh Babu Akkem
Sorry actually its a pageblocksection attribute that i am using
VempallyVempally
<apex:outputlable style="background-color: black;">
Venkata Dharanesh Babu AkkemVenkata Dharanesh Babu Akkem
Actually its not outputlable attribute its Pageblocksection that i am using..so any tag for Pageblocksection ?
Venkata Dharanesh Babu AkkemVenkata Dharanesh Babu Akkem
http://vanityforce.wordpress.com/2010/10/25/customise-colour-of-pageblocksection-header/

this worked for me