Kidlink English  Help | Contact Us | Kids' Registration | Translators | Support Kidlink? | Privacy | About Us | Search

Frequently Asked Questions
Translating Kidlink

Illustration by Diana (9), girl, Romania 2004 Click to get email address.

Text How do I combine using Windows spelling checker with Composer or another editor?
How to I make text html-encoded in Unicode numbers?
Images How do I save images correctly on my disk?
How do I solve image problems?
When I save the page on my disk like you say, why can I not see the images any more?
I made image links absolute like you said, but cannot see all images. Why?
Links Should the hypertext links be translated, too?
Should the links on the icons in the footer be changed?

May I include a link to my home page in the footer of my translation?
Links in translated web pages must be relative. What does "relative" mean?
Other How do I recognize myself for my translation?
How can I find out if a web page is correctly saved on my disk?
How do I translate the page's TITLE and DESCRIPTION?
How do I translate the text in forms?
How do I track changes so that I can update my translation?

How do I correct errors in my translation?
How do I find a list of pages to translate in my language?
How do I maintain my translation?

More Kidlink Frequently Asked Questions

How do I save images correctly on my disk?

  • Internet Explorer: Set File Type to "Web Pages, HTML only"
  • FireFox: Set File Type to "Web Page, HTML only".
  • Opera: Set File Type to "HTML file"
  • Frontpage: Set File Type to "Web Pages". When asked if you want to save embedded files, click at "Set Action", and select "Don't Save."
  • Composer: Set File Type to "Web Page, HTML only".
  • Dreamweaver: Set File Type to "Web Page, html only" "

    Read next item about how to check if you've got it right.

How can I find out if a web page is correctly saved on my disk?

If links to images are stored correctly, it is a high probability that the page is stored correctly. This is how to check if the image links are correct:

  1. Change languageOpen the page you stored on your disk with your browser.
  2. In the page's footer at the bottom of the page, locate the Kidlink logo (looks like the image at right).
  3. Check the link to the image provided by the image's properties.
    • Internet Explorer: Right click at the image, select Properties (the bottom choice on the drop down menu). By "Address: URL", it should say "/img/logo-tiny.gif", or something similar. If the "/img/" part is missing, then the page is incorrectly saved.
    • Firefox: Same as for Internet Explorer. Typically, the address will be reported by "Location:" as /img/logo-tiny.gif
    • Opera: Same as for Internet Explorer. Typically, the address will be reported by "Address:" as "/img/logo-tiny.gif"

Top


You say links in translated web pages must be relative. What does this mean?

In a web page, the hypertext links http://www.kidlink.org/index.html and /index.html both show Kidlink's top page. The first link the index.html page as stored at the www.kidlink.org server, while the second shows the page on any Kidlink (including www.kidlink.org). We call the first type of link absolute, and the second relative. The same applies for links to other types of Internet resources, like images and movies.

Effect: When your translated web page correctly contains relative links to web pages and images, then clicking at this links locally will not give you access to the linked pages unless also these are stored on your local disk. Also, images will not display on your local version unless you have these images stored on your disk (in the directories demanded by the links).

Solution: Keep hypertext and image links absolute until translation is completed so that you can see that they are correct. Before sending your translation to Kidlink, remove any references to http://www.kidlink.org in the document's source (html), except where the hypertext address is supposed to exist (like at the bottom of this page). FrontPage users will select the html tab, then set the program to search for http://www.kidlink.org and replace with nothing.

Top

When I save the page on my disk like you say, why can I not see the images any more?

Change languageWe ask you to save web pages so that embedded image addresses (URLs) remain as in the original web page. Let us use the image to the right as example. Its URL is hidden in the source (html) of this web page (click View | Source in Internet Explorer to view). The line

<IMG HEIGHT="46" ALT="Change language" SRC="/img/logo-tiny.gif" WIDTH="45" ALIGN="Right">

tells your browser that the URL is /img/logo-tiny.gif. As it has no reference to http://www.kidlink.org, or any other computer, the browser will look for the image on the computer where the web page is stored. If it doesn't find it in a directory on this drive called /img/, it will be unable to show it.

Hint: Many translators change image URLs to show images at http://www.kidlink.org before translating. Search the page's source for

SRC="/

and replace all finds with

SRC="http://www.kidlink.org/

It is relatively safe and easy for us to correct, so don't worry about forgetting to remove it before sending your translation.

Top

I made image links absolute like you said, but cannot see all images. Why?

You have made image links absolute to be able to view images on your local screen as recommended. Still, some images do not show. The reason might be that the image has not been coded with the full path (address) to where it is stored on the remote computer. The reason for this may be that whoever made the web pages forgot, or was lazy that day). Make the path full, and you will see the image.

Example: The relative URL (address, or path) to the image at the top of http://www.kidlink.org/english/career/index.html is /english/career/broker.jpg. As this image is stored in the same directory as the web page, it will also show if the URL is provided just as "broker.jpg" (sometimes it is). However, if you follow our hints about changing the URL so that you can view it on your computer, then the result in this case becomes: http://www.kidlink.org/broker.jpg which will show you nothing.

Solution: If an image does not show, assume that it is stored in the directory where the source of the web page exists and use the same path. As the English language index.html page is stored at http://www.kidlink.org/english/career/, add the path in front of the file name to make it http://www.kidlink.org/english/career/broker.jpg.

Top

Should the hypertext links be translated, too?

Let us explain using the link to English Home in the footer below. The html code of this specific link is

<A HREF="/english/general/intro.html">English Home</A>

The red boldfaced part is the web address of the linked page. The brown boldfaced part is the related link text.

Do not translate the web address, except when a translated version of the linked page exists on our web. If a translation exists, correct the web address using the same file name (in this case, intro.html).

Do translate the link text into the language of the web page.

Example: You are translating into German ("Deutsch"). A translation of the English Home page is available at web address /deutsch/general/intro.html. The link text is translated into Blaue Elephanten. The html code of this specific links becomes

<A HREF="/deutsch/general/intro.html">Blaue Elephanten</A>

Top

Should the links on the icons in the footer be changed?

We use the term "footer" about the part of web pages below the colored line at the bottom of this and other pages.

If pages linked to by any footer icons exist, correct the web addresses accordingly. Example:

The icon of the Who-Am-I? program's English language home page links to /kie/nls/index.html Go to "Who-am-I?". Art by Diana (9), girl, Romania  2004 <ArdeleanA>
There is a German language translation at /kie/nls/indexde.html. This web address is used in the icon to the right Go to "Who-am-I?". Art by Diana (9), girl, Romania  2004 <ArdeleanA>

May I include a link to my home page in the footer of my translation?

Yes, you can. Example: "Translated by Jane Lawty". More"

How do I combine using Windows spelling checker with Composer or another editor?

Some other web editors, like FrontPage, may have a built in spell checker for your language.

Otherwise, you try to paste the contents of your translation into Word or some other program with a built in checker. Note: Do NOT copy corrections made in Word back to your html page. Type the corrections in manually. Copying is dangerous (because of Word's use of hidden codes).

How to I make text html-encoded in Unicode numbers?

On Kidlink's top page, non-Latin characters are html-encoded using Unicode numbers. Example: &#20013;. Using Unicode, we are able to display several language character sets on the same page.

To get Unicode html codes for words in a non-Latin language using FrontPage, like Chinese, do as follows: Open a page that has been encoded in the language's character seg (gb2312 for Chinese), and save it as Western European character set. This will change all the html characters into Unicode.

Top

Your question: adults | kids

Kidlink Institute/Education services

--------------------------------------------------

Search: Advanced


Change language Go to "My Future Job". Art by Luca, boy, Italy , 2003. Go to "Making Our World Better". -- Art by Nastia (11), girl, Belarus 2004 Go to "Who-am-I?". Art by Diana (9), girl, Romania  2004 <ArdeleanA> Go to KidArt Go to KidProj's projects in KidSpace Go to the start page for kids. Art by Nevena from Yugoslavia, 2003 Go to start page for teachers. Art by Nevena. 10 years. Girl. Yugoslavia
Updated by Odd de Presno - . Copyright ® 1990-2008 Kidlink - All rights reserved. http://www.kidlink.org