Skip to content

Instantly share code, notes, and snippets.

@DataSolveProblems
Created September 12, 2019 15:44
Show Gist options
  • Save DataSolveProblems/a7dbec6a67129777f69ea5759dd416a2 to your computer and use it in GitHub Desktop.
Save DataSolveProblems/a7dbec6a67129777f69ea5759dd416a2 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