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

source
share