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
Alvaro SevillaAlvaro Sevilla 

css styles in <apex:pageBlockSectionItem> <apex:outputLabel /> <apex:outputText /> </ apex: pageBlockSectionItem>

I have a question, when you have a
<apex:pageBlockSectionItem>
    <apex:outputLabel />
      <apex:outputText />
   </ apex: pageBlockSectionItem>
the browser renders it as a
<table> <tr> <th> </ th> <td> </ td> </ tr> </ table>
and does not allow to apply css styles to th, only to td, as I can convert the th to td or apply styles to th.
But knowing that the change do at the
<apex:pageBlockSectionItem>
    <apex:outputLabel />
      <apex:outputText />
   </ apex: pageBlockSectionItem>
Ramu_SFDCRamu_SFDC
See if this helps http://salesforce.stackexchange.com/questions/7377/css-isnt-being-applied-uniformly-across-browsers
Alvaro SevillaAlvaro Sevilla
thank you for the information, is not the that I search but equal thank you very much