Hi all i am using the code below to append image to a label text
lblPopUp.Text = "<img src='Popup(Images)/notfound.png' /> Access Denied,Contact Administrator";
This results me as follow when loaded

Is it possible to change some what as below so that text and image should look similar

A little string manipulation should accomplish what you want, if I understand you correctly.
Code:
Edit:
I am also assuming you mean you want to add the height/width later, otherwise go with jadarnel27’s answer.