02 October 2011

A simple trick to display Indian Rupee Symbol on a WebPage

If you want to display Indian Rupee Symbol on a Web Page , then follow these simple steps

First of all add following lines in your head tag of HTML page

<script src="http://cdn.webrupee.com/js" type="text/javascript"></script>

<link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font">
           
 Now just following line where ever you want to display it on your page in body tag

<span class = “WebRupee”> </span>