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

fields in the center of the page
I created a vf page, but I want label of the checkboxes to the right of the field value. I am using apex:inputfield for these checkboxes and these are fields in salesforce.
Also is there a way to get a pageblocksection to the center of the page?
Please help.
Thanks,
I am not sure this will work or not
enclose the pageblock in a div and style class to the label. Label uses "labelCol" class you can modify that according to need
All Answers
I am not sure this will work or not
enclose the pageblock in a div and style class to the label. Label uses "labelCol" class you can modify that according to need
Thanks Avi. You just introduced me to the <style> component in VF. now I am getting the label coming in two lines. Wanted to know how to increase the width of one cell and stuff...is there a place I can look at to learn more about style??
Thanks again..!