Facebook
Banner
XMPP JavaScript Library READ MORE

How to write Indian Rupee Symbol on Website

UnCategorised, Sachin Puri, 2011-01-20 21:31:52

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>

Add Your Comment
   
    Yes! I want to receive all comments by email

  by alpesh on 19-Feb-2015 07:07 pm
its not works...
  • Reply
  •  0 Like
  •  0 Dislike
  • Report
  by Harsha on 28-Mar-2014 01:10 pm
Not working
  • Reply
  •  0 Like
  •  0 Dislike
  • Report