Question : Green html tick in report page

Hi,

I'm writing a web application in asp.net using visual basic and I'm creating my reports using an html page.

So when a test passes I want the value followed by a green tick symbol.

Can someone show me some html code tags that I can insert to get a green tick on the screen?

Thanks.

Answer : Green html tick in report page

I meant, of course:

<span id="span_check" style="color:#009900;">&#x2713;</span>
Random Solutions  
 
programming4us programming4us