Hi,

> This page still has to be fixed, it has spaces in the image files, and
> I got a mail from someone who showed me that OR netscape OR linux
> can't handle spaces in images on the internet... Anyway, the z80 docs

I was the one who sent you that email. Both Netscape AND Linux (or any
other Unix clone, for that matter) can handle spaces correctly in URLs,
if you encode them correctly. In URL notation spaces are encoded using
the ASCII code in hexadecimal, so you should change all the spaces in
the links for '%20'. For example, taking one of the <img> tags from your
site:

<img src="toolbar (standard).png" width="118" height="22" border="0"
alt="toolbar (standard).png">
<br>

You should change the src="toolbar (standard).png" to
src="toobar%20(standard).png". And no, you don't need to change the
filename. Only the URLs.

Regards.

--
[EMAIL PROTECTED] - http://www.aamsx.org
--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to