What i Need:
- i need Indian rupees symbol visible in ie 8.
- i have used rupees image because rupees symbol not visible in ie 8.
- its working fine in mozilla ,google chrome.
snapshot of ie 8
code im using
{% if curr == 'INR' %}
<td width="12%" class="aligncenter " style="border-top:0px"><img src="/img/rupees_symbol.png" />{{ value.amount }} </td>
{% else %}
<td width="12%" class="aligncenter " style="border-top:0px">{{curr}} {{ value.amount }} </td>
{%endif%}
- please tell me where i have done wrong though its working fine forghrome and firefox.
- any suggestion are most welcome.
solution i have tried with ie 8
<span style="font-family: DejaVu Sans;">₹</span>
but it is not working ie 9.
<meta http-equiv="X-UA-Compatible" content="IE=9">