Created
September 12, 2019 15:44
-
-
Save DataSolveProblems/a7dbec6a67129777f69ea5759dd416a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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