Hi all i am trying to add an image dynamically to a Label as follows which works fine, but i would like to add a space after the image and i would like to write mt required text i tried as follows but i am unable to find space between image and text
Label1.Text = "<img src='Images/warning (1).png' />Select atleast one?";
I need space(tab space) after the image
My present one is as follows

Add
(space).