+ Start a Discussion
ezhil_kezhil_k 

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:
User-added image

Please help me to resolve this.
PratikPratik (Salesforce Developers) 
Hi Ezhil,

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