You need to sign in to do that
Don't have an account?
cprakash
How to override pageBlock style
Hi,
Actually i am trying to edit a pagelayout and filling one of the section with VF page.
The VF page has <apex:pageBlock> elememt. Beacuse of this i am getting pageborder to this page.
So what is the css or solution to remove this pageborder without removing the <apex:pageblock> element from page.
Regards,
Chandra
Ok through firebug we will able to find the class. But there is attrubute styleClass in <apex:pageBlock> and there will be an error
Error: Unsupported attribute styleclass in <apex:pageBlock>
So what is the way we can do it.....