|
Posted by Neredbojias on 12/25/89 11:26
With neither quill nor qualm, Throw quothed:
>
> G'day everyone!
>
> I have a site (not validated, not strict anything) which works just
> fine in my browser (Opera for Windows) but a user recently complained
> that none of the links work in Safari (Mac). If you have Safari, could
> you please take a look to see if the links work, and if not, can you
> speculate as to why not?
>
> The URL is http://www.vertaal.org/spel/ .
>
> Thanks!
> Throw aka voetleuce
The markup didn't look too bad. A couple things I saw:
You might want to put a line like this:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-
1">
in your <head>
This line:
<link href="../style.css" rel="stylesheet" type="text/css" />
-Why the trailing slash?
Why not "upgrade" to html 4.01?
--
Neredbojias
Contrary to popular belief, it is believable.
[Back to original message]
|