Use the below code to display the award image on your website:
DigitsyNote ASP.NET server control is a very convenient personalization tool. It allows your users to attach personal notes to any page on your web site.
User can use it as a reminder, to pop up some information when the he or she visits this page the next time.
Developer can use it to collect user notes during the web site testing. All DigitsyNote controls can be switched on and off by changing configuration settings in the web.config file, so you will not need to change your code when the testing period is over.
The notes can be stored in a central database, or you can choose to store them on the client computer as client cookies. You can avoid any coding at all by placing database configuration parameters in the web.config file. Or you can choose to provide your own storage system by putting your own code in the default event handler.
In either case you can change look and feel of the notes as simple as changing CSS stylesheet.