W
Windows Central Question
I'm saving 72x72 px image with transparent background in PNG-24 format and call it smalltile.png when on webpage I add this code to file browserconfig.xml :
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="images/smalltile.png"/>
</tile>
</msapplication>
</browserconfig>
And after I pin my side to Start Menu the is black.
What am I doing wrong?
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="images/smalltile.png"/>
</tile>
</msapplication>
</browserconfig>
And after I pin my side to Start Menu the is black.
What am I doing wrong?