Please explain thisfor me. Ok I copied this from a site. css style with following code: ".style27 {font-size: small; font-family: "Ethiopian Jiret";}" The body of the html has the following code that gets the non microsoft font and displays it: <td width="85%" class="style27 "><a href="RevAgency.htm" class="menu">የገቢ አስተዳደር</a></td> The result is that it gets the correct font even though the letters አ is not the unicode # for that specific letter(Ethiopic font in case you want to know). I am a beginner and really need to understand how this works. how the heck did this person come up with the አ for that specific letter? I just need to understand how this works. Please help Thanks
"t" wrote: > Please explain thisfor me. > > Ok I copied this from a site. > css style with following code: > ".style27 {font-size: small; font-family: "Ethiopian Jiret";}" > The body of the html has the following code that gets the non microsoft font > and displays it: > {{{{{{ <td width="85%" class="style27 "><a href="RevAgency.htm" class="menu">የገቢ አስተዳደር</a></td>"}}}}}} > > The result is that it gets the correct font even though the letters አ > is not the unicode # for that specific letter(Ethiopic font in case you want > to know). I am a beginner and really need to understand how this works. how > the heck did this person come up with the አ for that specific letter? > I just need to understand how this works. Please help > > > Thanks
The source code is not displaying correctly or I should say it is shown exacty as the web page. so here it is... ----------------- // beginning td width="85%" class="style27 " //begin a href="RevAgency.htm"class="menu" end href.// //የገቢአስተዳደር end td I had to take out the brackets so that it is shown correctly on this page. ----------------- "t" wrote: > > > "t" wrote: > > > Please explain thisfor me. > > > > Ok I copied this from a site. > > css style with following code: > > ".style27 {font-size: small; font-family: "Ethiopian Jiret";}" > > The body of the html has the following code that gets the non microsoft font > > and displays it: > > {{{{{{ <td width="85%" class="style27 "><a href="RevAgency.htm" > class="menu">የገቢ > አስተዳደር</a></td>"}}}}}} > > > > The result is that it gets the correct font even though the letters አ > > is not the unicode # for that specific letter(Ethiopic font in case you want > > to know). I am a beginner and really need to understand how this works. how > > the heck did this person come up with the አ for that specific letter? > > I just need to understand how this works. Please help > > > > > > Thanks