1
我想設置兩列的寬度(如左列70%和右列30%)。 我該怎麼做。在Visualforce中設置不同寬度的兩列?
<apex:page>
<apex:panelGrid columns="2">
<apex:detail/>
<apex:outputText>Here come's the Image</apex:outputText>
</apex:panelGrid>
</apex:page>