Click to See Complete Forum and Search --> : Using JavaScript to create Latin characters
JaneH
05-30-2003, 10:11 AM
Hello, I have a Latin treacher who has a web site. The problem is I cannot find any way to display Latin characters with flat bars over the top. There are no such characters in &etc; listing. I was wondering if it was possible to create a function using the /b to create these characters? I know it seems a small thing but my Latin teacher would be really excited if this was possible. Thank you, Jane.
Vladdy
05-30-2003, 11:23 AM
did you try:
<span style="text-decoration:overline">o</span>
diamonds
05-30-2003, 03:55 PM
What about Pictures?
<img src="...">text<img src="...">moretext
just an idea, and be sure you make the pics 8-10 pixels high, depending on the font size. I recommend 8
Charles
05-30-2003, 06:51 PM
HTML defines three sets of useful non-ASCII characters. And it seems that your Latin characters are included. See http://www.w3.org/TR/html4/sgml/entities.html.