You need to sign in to do that
Don't have an account?
Rishav
limiting the size of pageblock
Hii ,
can i define the width of <apex:pageBlock> manually ? I am able to define the size of <apex:pageBlockTable> but not of pageBlock .
Normally <pageBlock > take full width of page but i want to override it. so if possible then please tell me .
Thanks
Rishav
can i define the width of <apex:pageBlock> manually ? I am able to define the size of <apex:pageBlockTable> but not of pageBlock .
Normally <pageBlock > take full width of page but i want to override it. so if possible then please tell me .
Thanks
Rishav
What you have to do is to override the css of salesforce for pageblock like the following
You can apply CSS to Pageblock like following:
.pbHeader {
//put your custom css here
}