473,382 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Swedish letters i HTML for Netscape & Mozilla

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 &aring for å, &auml for ä and &ouml for ö.

Thanx
Jul 23 '05 #1
9 5597
Els
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 &aring for å, &auml for ä and &ouml for ö.


URL?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: The Beatles - Drive My Car
Jul 23 '05 #2
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 &aring for å, &auml for ä and &ouml 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 &aring etc. is immediately followed by another letter, then you
should use a closing semicolon: å ä ö etc.
For instance Mozilla will render
G&oumlteborg
as:
G&oumlteborg
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_/ /__/
/ \ /_/ / \
Jul 23 '05 #3
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 &aring for å, &auml for ä and &ouml for ö.


What happens if you use &aring; &auml; &ouml; (note the semicolons)?

--
Chris
Jul 23 '05 #4

"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 &aring for å, &auml for ä and &ouml for ö.

Thanx


Since not all browsers support the entity names, try using the entity
numbers (instead of &Auml; use Ä).
Jul 23 '05 #5
On Sun, 6 Mar 2005, Richard wrote:
"Anna" <an************@hotmail.com> wrote in message

I use &aring for å, &auml for ä and &ouml 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 &Auml; 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.
Jul 23 '05 #6

"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 &aring for å, &auml for ä and &ouml 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 &Auml; 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
Jul 23 '05 #7
"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

Jul 23 '05 #8
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.
Jul 23 '05 #9
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
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
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 -...
1
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....
5
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
4
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...
1
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...
3
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...
3
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...
10
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...
10
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.