Rich Text label attachment missing/broken when moved from dev to uat

s_dinesh01
Tera Expert

Hey Guys,

When moving an Richtext label from dev to uat with an image is broken, can i know the best procedure(Image is added directly by browsing the computer with png format)

 

Thanks in advance

1 REPLY 1

J Siva
Tera Sage

Hi @s_dinesh01 

As a best practice, first upload the image to the Image (db_image) table and capture that in the update set. 

Use the image name in the source (src) attribute of the image tag in html field. 

Sample:

<p><img src="<IMAGE FILE NAME>" alt="" width="315" height="160"/></p>

Regards,

Siva