You need to sign in to do that
Don't have an account?

Image formula field in vf page not appearing Properly
Am using the follwing in the vf page:
<apex:outputText value="{!con.Alert__c}" escape="false"/>
But the image is not appearing properly:
It is appearing like this:

Please help me to resolve this.
<apex:outputText value="{!con.Alert__c}" escape="false"/>
But the image is not appearing properly:
It is appearing like this:
Please help me to resolve this.
How do you calling the image? are you using the static resource to call the image?
You can refer this:
https://www.salesforce.com/us/developer/docs/pages/Content/pages_resources_reference.htm
Thanks,
Pratik