Monday 9 July 2012

How to write Indian Rupee Symbol on Website

Method 1 : Using Stylesheet
1) Include a stylesheet 
<link rel="stylesheet" type="text/css" href="http://webrupee.com/font">
2) Use the class "WebRupee" where you want to show this symbol
<span class="WebRupee">Rs.</span> 1000
Method 2: Using Javascript
Use this javascript and it will replace all RS and Rs. to Rupee Symbol
<script src="http://cdn.webrupee.com/js" type="text/javascript"></script>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE>How to write Indian Rupee Symbol on Website</TITLE>
  <link rel="stylesheet" type="text/css" href="http://webrupee.com/font">
 </HEAD>

 <BODY>
  <span class="WebRupee">Rs.</span>
 </BODY>
</HTML>


0 comments:

Post a Comment


                                                            
 
Design by Abhinav Ranjan Sinha