Skip to content

Instantly share code, notes, and snippets.

@atulgupta31
Created November 22, 2015 12:15
Show Gist options
  • Save atulgupta31/17aab0ea043236d18335 to your computer and use it in GitHub Desktop.
Save atulgupta31/17aab0ea043236d18335 to your computer and use it in GitHub Desktop.
<apex:page>
<apex:panelGrid columns="3" id="theGrid" border="1">
<apex:outputText value="First" id="theFirst"/>
<apex:outputText value="Second" id="theSecond"/>
<apex:outputText value="Third" id="theThird"/>
<apex:outputText value="Fourth" id="theFourth"/>
</apex:panelGrid>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment