Logo or Image insert in a form or Page in add note

Logo or Image insert in a form or Page in add note

Dear Sir

I have created one form having two field "Name" and "Image", and update data with company logo 

and create a function module for fatching the logo

Code as follows 

string Pipeline_Management.Image(string name)
{
    imagelnk = Image[Name = input.name].Image;
    imagelnk = imagelnk.replaceAll("/sharedBy/appLinkName/","https://creator.zoho.com" + zoho.appuri);
    imagelnk = imagelnk.replaceAll("viewLinkName","#View:Image_Report");
    imagelnk = imagelnk.replaceAll("fieldName","Image");
    return imagelnk;
}


But in return statement it is not showing any Image/ Logo.

If there is any other way to insert our company logo or image in a form or Page.



Please help
.

Regards
Shiv