Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

In the web site the letters in Sinhala appears different

anuraa

Legendary Coder
Hello Friends:

I created the following page. When I viewed via File Explorer, it is fine. Then, I uploaded to my subdomain minoli.anura7.ca to see the letters to different. Thanks for your guidance.

HTML:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="overlay.css">
<link rel="stylesheet" href="dpdnmenu.css">
</head>
<body>

<div id="sidenav" class="sidenav">
  <a href="javascript:void(0)" Class="btnd" onclick="closeNav()">Menu</a>
  <a href="javascript:void(0)"  class="closebtn" onclick="closeNav()"> &times;</a>
  <a href="index.html"><img src="mission1.png">   Mission</a>
  <a href="services.html"><img src="services.png">   Services</a>
  <a href="feedback.html"><img src="feedback1.png">  Feedback</a>
  <br>
  <p class="ptext">About us</p>
  <a  href="people.html"  class="asub actives"><img src="we1.png">  People</a>
  <a href="contact.html" class="asub"><img src="contact1.png">   Contact Us</a>
  <br>
  <a href="https://www.google.com"  class="lsub"><img src="logout.png"> Log Out</a>
</div>
<div  id="menu">
<div id="header"><img src="minolia.jfif" height="30px" width="auto" alt=""/>
  <span class="lsize5">Minoli Suresh Catering Staff</span>
  <span class="mtext" style="cursor:pointer" onclick="openNav()">Menu</span> 
  <span class="dtext"  style="cursor:pointer" onclick="openNav()">&#9776;</span>
</div>
</div>
<br>
<div class="container9">
    <div>
        <h2 class="lsize4" ></h2>
        <p class="lsize4">
            Our Members<br><br>

            <img class="cphotos" src="mfamily.jpg" alt="" width="300" height="auto" alt="A "/>
            <br>
            Our most experienced member, Wasanthika has got over 50 years
            with this culinary art.  Wasanthika learnt the cooking from her mother who has
            never heard of the use of artificial flavors and against the use of it,
            as it is not good for the health.<br><br>

            Minoli learnt the art from her mother Wasanthika.  Minoli experimented with
            many recipes to make the best dishes. <br><br>

            Suresh is a vivid believer in not to use any artificial flavors,
            when there are many spices in Sri Lanka to make any good dish. 
            
        </p>
    </div>
    <br>     
</div>
<div>
  <center>--------------------</center>
        <p class="sletters">
            අපේ පළපුරුදුම සාමාජිකාව වන වසන්තිකාට අවුරුදු 50කට වැඩියි
             මෙම සූපශාස්ත්ර කලාව සමඟ.  වසන්තිකා ඉවුම් පිහුම් ඉගෙන ගත්තේ ඇති අම්මාගෙනි.
             කෘත්‍රිම රසකාරක භාවිතය ගැන සහ ඒවා භාවිතයට විරුද්ධව කිසිදා අසා නැත.
             එය සෞඛ්‍යයට හොඳ නැති නිසා.<br><br>

             මිනෝලි කලාව ඉගෙන ගත්තේ ඇගේ මව වන වසන්තිකාගෙනි.  මිනෝලි අත්හදා බැලුවා
             හොඳම කෑම වර්ග සෑදීම සඳහා බොහෝ වට්ටෝරු.  <br><br>

             සුරේෂ් කිසිම කෘත්‍රිම රසකාරක භාවිතා නොකරන බවට දැඩි විශ්වාසයක් ඇත,
             ඕනෑම හොඳ කෑමක් හදන්න ලංකාවේ කුළුබඩු ගොඩක් තියෙද්දී.
        </p>
</div>
<br>
<script src="overlay.js"></script>   
</body>
</html>

After uploading to the server, I viewed the source to see appearing as same as above. Inspect, view source has already done a translation to this Sinhala letters.
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom