Test page to check pound sign.

Many time we are using the E-commerce sites and configure the different currency as per countries but some time currency not showing properly due to the server side problem but we are not 100% sure, if its server side problem or E-commerce configuration problem, at that time we can test the currency by using the following code in the new test file.

For example we are creating the test page to test the pound sign.

[root@server ~]#pico poundtest.html

Now insert the following in the pounttest.html file

<html>
<body>

<p>This is the simple test page for the pound sign &pound;</p>

</body>
</html>



In above code we have used "&pound;" for pound sign,similarly we can use
other currency html code to check the currency sign.The  currency sign table is
 as follows.


Generic Currency Symbol

&curren;
Dollar Sign

$
Cent Sign

$
Pound Sterling

&pound;
About Anant 384 Articles
Senior technical writer