Skip to content

Instantly share code, notes, and snippets.

@DataSolveProblems
Created September 12, 2019 18:01
Show Gist options
  • Save DataSolveProblems/fe9a68c58926642b5b3fd8c520d4d530 to your computer and use it in GitHub Desktop.
Save DataSolveProblems/fe9a68c58926642b5b3fd8c520d4d530 to your computer and use it in GitHub Desktop.
<apex:page showHeader="false" title="DisplayImage" sidebar="false">
<apex:form>
<table>
<tr>
<td width="1000px" height="600px" align="center">
<apex:image url="https://developer.salesforce.com/files/salesforce-developer-network-logo.png"/>
</td>
</tr>
</table>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment