Hi,
I use the Swedish letters å,ä,ö in my HTML code and it works perfectly
in IE, but not in Netscape and Mozilla browsers. Does anyone know how
to fix it?
I use å for å, ä for ä and ö for ö.
Thanx 9 5565
Anna wrote: Hi, I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it?
I use å for å, ä for ä and ö for ö.
URL?
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: The Beatles - Drive My Car
On 3-3-2005 12:30, Anna wrote: Hi, I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it?
I use å for å, ä for ä and ö for ö.
Thanx
They work in my Mozilla 1.7.5.
However, if the font does not have glyphs for these characters, they
will not show or maybe show as a small rectangle. Since most modern
fonts support these character, it seems unlikely that this is the problem.
If the å etc. is immediately followed by another letter, then you
should use a closing semicolon: å ä ö etc.
For instance Mozilla will render
Göteborg
as:
Göteborg
but
Göteborg
as desired:
Göteborg
[IE6 renders them both as Göteborg]
The W3C HTML 4.0.1 standard recommends to always use a closing semicolon
in these character entity references. See
<http://www.w3.org/TR/html4/charset.html#entities>
--
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \ an************@hotmail.com (Anna) writes: I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it?
I use å for å, ä for ä and ö for ö.
What happens if you use å ä ö (note the semicolons)?
--
Chris
"Anna" <an************@hotmail.com> wrote in message
news:c8**************************@posting.google.c om... Hi, I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it?
I use å for å, ä for ä and ö for ö.
Thanx
Since not all browsers support the entity names, try using the entity
numbers (instead of Ä use Ä).
On Sun, 6 Mar 2005, Richard wrote: "Anna" <an************@hotmail.com> wrote in message I use å for å, ä for ä and ö for ö. Since not all browsers support the entity names,
It's a pity you don't recognise how little you know about this topic.
One might almost suspect you haven't bothered to read the better
answers which were previously posted on this thread by others - who
IMNSHO have a much better track record here than yourself.
I challenge you to name a web browser in active use these days -
or indeed that was still in active use 5 years ago - which
does not support *at least* the Latin-1 character entity names (as
proposed in RFC1866, and included in HTML/3.2).
try using the entity numbers (instead of Ä use Ä)
Why would it be necessary to "try"? - aren't you confident it's going
to work? Don't you know where to find any FAQs on this topic? http://www.htmlhelp.com/faq/html/des...tity-or-number
I notice that you've stealthily inserted the trailing semi-colon which
the original poster had apparently omitted - but without saying
anything about why it was important.
....
Digression: in XML it's different. But in HTML-compatible XHTML
one would still expect them to be supported.
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in message
news:Pi*******************************@ppepc56.ph. gla.ac.uk... On Sun, 6 Mar 2005, Richard wrote:
"Anna" <an************@hotmail.com> wrote in message I use å for å, ä for ä and ö for ö.
Since not all browsers support the entity names,
It's a pity you don't recognise how little you know about this topic. One might almost suspect you haven't bothered to read the better answers which were previously posted on this thread by others - who IMNSHO have a much better track record here than yourself.
I challenge you to name a web browser in active use these days - or indeed that was still in active use 5 years ago - which does not support *at least* the Latin-1 character entity names (as proposed in RFC1866, and included in HTML/3.2).
try using the entity numbers (instead of Ä use Ä)
Why would it be necessary to "try"? - aren't you confident it's going to work? Don't you know where to find any FAQs on this topic?
http://www.htmlhelp.com/faq/html/des...tity-or-number
I notice that you've stealthily inserted the trailing semi-colon which the original poster had apparently omitted - but without saying anything about why it was important.
...
Digression: in XML it's different. But in HTML-compatible XHTML one would still expect them to be supported.
Alan J. Flavell,
If the sole purpose of your post was to embarass me because I lack
knowledge, you have not succeeded. I am aware that there are many things I
have not learned in the past 57 years.
I replied to the OP, in good faith, with information I got from the w3
Schools HTML tutorial; one of many sources I have been using in an attempt
to learn HTML If that information is incorrect, I suggest you bring it to
their attention since I do not have sufficient knowledge to properly explain
your reasoning. I am certain they would welcome the opportunity to make the
necessary corrections, if for no other reason than to preclude another
student from making the same error I have made.
Yes, I used the word 'try' because I have no way of knowing, for certain, if
my suggestion will help (what you described as a lack of confidence).
If you would care to discuss this further, let's take it outside the
newsgroup.
Richard
"Richard" <ri**********@cox.net> wrote: I replied to the OP, in good faith, with information I got from the w3 Schools HTML tutorial;
Thank you for the warning. Hopefully people now realize how unreliable
the W3 Schools site is.
P.S. Unless you are Richard the troll, who has been spreading out
completely nonsensical "advice" for quite some time, I would suggest
that you use your full name in the From field, to make a difference and
to comply with RFC 1036.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Jukka K. Korpela wrote: "Richard" <ri**********@cox.net> wrote:
I replied to the OP, in good faith, with information I got from the w3 Schools HTML tutorial; ...
P.S. Unless you are Richard the troll, who has been spreading out completely nonsensical "advice" for quite some time, I would suggest that you use your full name in the From field, to make a difference and to comply with RFC 1036.
Unless Richard the Stupid (RtS) has a new service. <g>
This is RtS: From: "Richard" <An*******@127.001>
Richard at cox.net, please follow Jukka's advice and do not use
"Richard" as your handle, else you will be castigated with nearly
every post.
--
-bts
-This space intentionally left blank.
On Sun, 6 Mar 2005, Richard wrote:
[fullquote snipped, since you evidently had nothing to say about it] If the sole purpose of your post was to embarass me because I lack knowledge, you have not succeeded.
The only loser is yourself...
I replied to the OP, in good faith, with information I got from the w3 Schools HTML tutorial; one of many sources I have been using in an attempt to learn HTML
Then you are evidently not ready to offer answers on this topic,
whatever your expertise may be elsewhere.
Lack of knowledge is normal, and represents no problem in itself - I'm
only too keenly aware of my own shortcomings in that regard; it only
becomes a problem when those who lack knowledge (*and fail to
recognise that better answers have already been posted by others*[1])
insist on repeating untested assertions that they have acquired from
other low-quality sources.
If that information is incorrect, I suggest you bring it to their attention
What, me? If they had the slightest clue they would have read the
existing FAQs before promoting their own views.
[1] This is nothing personal. I'm referring to other well-respected
contributors here.
Yes, I used the word 'try' because I have no way of knowing, for certain, if my suggestion will help (what you described as a lack of confidence).
And yet, you could have tried the suggestions made by the other
contributors (and verified their track record on usenet, and on this
hierarchy in particular) and drawn your own conclusions.
If you would care to discuss this further, let's take it outside the newsgroup.
No thanks. Usenet is a public forum. We who post to it must be
prepared to respond publicly to its critiques. I've done the same
often enough myself, and I don't see why you should be any different.
good luck This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Econ |
last post by:
XML as part of HTML in different browsers
In one folder are few files
- XML - file with data
- HTML - file with static text
- XSL - file for transformation XML data into HTML
- CSS -...
|
by: Gnarlodious |
last post by:
I want to send a variable to a styleswitching script that will be a function
of where the script is in the folder structure.
The script will then assemble the stylesheet URL around the variable....
|
by: Nick Li |
last post by:
Hi,
I need to create a html page so that "Back" button(or some other
button) is disabled in IE browser.
I would appreciate your help.
Nick Li
|
by: Lukasz Indyk |
last post by:
hello;)
i have a piece of html code, and want to replace every image on my page
with this code. now i do it by replacing IMG node with SPAN node, and
then setting innerHTML property of SPAN node...
|
by: v_verno |
last post by:
Good day,
I have a web page that shows info retrieved from a MySQL db and I
would like to convert all these data into an .XLS file.
Have searched the net high and low but seems that I'm unable to...
|
by: Daniel |
last post by:
I admit that I am a novice when it comes to the HTML DOM and
JavaScript. Basically, here is what I want to do:
1. Import some HTML from a remote web site
2. Parse the HTML to locate a specific...
|
by: Nuno Paquete |
last post by:
Hi group.
I need to save HTML to a database, but I have to be sure that these text is
well saved, I mean, imagine that you've got a <TEXTAREA> and want to save
the text inside. If the user type an...
|
by: VictorG |
last post by:
Hello,
I am new to JS and am trying to add some HTML into a JS function. So
that when called the script as well as the HTML will be invoked. Is
there some type of embed mechanism, sort of the...
|
by: News |
last post by:
I have a page up trying to learn how to ID a browser and other info.
http://wyght.com/warren/testPos.html
here is the code
<script type = "text/javascript">
var space = ", ";
var name...
|
by: Rina0 |
last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: Rina0 |
last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
How does React native implement an English player?
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |