You need to sign in to do that
Don't have an account?

How to change background colorof an pageblock or in static resource
Hi All,
<apex:image url="{!$Resource.Google}" width="180" height="180"/>
Thanks,
Chenna--India
You need to sign in to do that
Don't have an account?
Hi All,
<apex:image url="{!$Resource.Google}" width="180" height="180"/>
Thanks,
Chenna--India
<apex:page standardStylesheets="false" >
.bPageBlock{
background-color:#0065B1; //for color in a background
background: url({!URLFOR($Resource.Images, 'images/head-bg-rou.jpg')}) //for image in a background
<apex:pageblock>
</apex:pageblock>
}
we overwrite the standard CSS.
mark this as solution for others to get it easily