Process to add an image to a label in CRM 2011

Asked By 50 points N/A Posted on -
qa-featured

I need to add an image to a label in CRM 2011. I don't know whether it's possible or not. If it's possible I want to learn the process. 

SHARE
Answered By 10 points N/A #196069

Process to add an image to a label in CRM 2011

qa-featured

Hi,
Function to dynamically add an image to a label is given below:
Params:       
label       = name of the field or label (=field+’_c)’
src          = url with image eg. /_imgs/frm_required.gif
height    =  number, optional e.g. 50
width     =  number optional e.g. 50

The code in the onload event and see the examples below to call the function.

CRM Code:Attached

Hope you will enjoy it.
Thanking you
Franke Mary

Related Questions