I have a html file and I want to put an image in. The image should be transparent. The way I am doing now – first comes the image, and after it finishes, there comes the text and the other images. How to add transparent image in html?
This is my code now:
<img src="result_files\image003.png" alt="some_text"/>
Try using
opacity(andfilterfor IE).Now, I understand your question, the answer is something like this: