function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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