Created
September 12, 2019 18:01
-
-
Save DataSolveProblems/fe9a68c58926642b5b3fd8c520d4d530 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