I have a client who cannot access my website using netscape communicator 4.77 on a Mac.
When she types in the url she receives an Error 404 message. She says the address in the browser has then changed to
This is familiar as I have a styles folder off root on my site that contains a CSS file called links.
It is called in my webpage via the following code:
<link rel="stylesheet" href="../styles/links" type="text/css">
Is this what is causing my problem and if so how can I resolve it?
Many thanks.
When she types in the url she receives an Error 404 message. She says the address in the browser has then changed to
This is familiar as I have a styles folder off root on my site that contains a CSS file called links.
It is called in my webpage via the following code:
<link rel="stylesheet" href="../styles/links" type="text/css">
Is this what is causing my problem and if so how can I resolve it?
Many thanks.