F
Five By Five
Does anyone know if Firefox (or IE?) running in a Microsoft Windows
environment requesting a resource via LINK element will be given by the OS
the file if it is referenced through a symbolic link?
For example,
The HTML document has the following element:
<link href="style/std.css" type="text/css">
The HTML document is located physically in the absolute path
'D:\Programming\My Interactive Pages\' using standard conventions of the
Windows operating environment.
That path also contains a subdirectory (subfolder) 'style' in the same
directory, and the subdirectory 'style' contains the file 'std.css' which
is a Windows shortcut file. The shortcut points to 'C:\style\std.css'.
Naturally, if the 'std.css' were a real CSS file, the HTML document is
correctly styled.
But when 'std.css' is made a shortcut file type, the browser apparently
reads the contents of the shortcut file, which are not CSS and therefore
not understood, and default styling is used to render the markup.
I am not sure what happens for browsers operating in Unix-type
environments, but does anyone know how to make the Windows system provide
the contents of the file-pointed-to-by-the-shortcut (symbolic link) rather
than the shortcut (symbolic link) itself?
environment requesting a resource via LINK element will be given by the OS
the file if it is referenced through a symbolic link?
For example,
The HTML document has the following element:
<link href="style/std.css" type="text/css">
The HTML document is located physically in the absolute path
'D:\Programming\My Interactive Pages\' using standard conventions of the
Windows operating environment.
That path also contains a subdirectory (subfolder) 'style' in the same
directory, and the subdirectory 'style' contains the file 'std.css' which
is a Windows shortcut file. The shortcut points to 'C:\style\std.css'.
Naturally, if the 'std.css' were a real CSS file, the HTML document is
correctly styled.
But when 'std.css' is made a shortcut file type, the browser apparently
reads the contents of the shortcut file, which are not CSS and therefore
not understood, and default styling is used to render the markup.
I am not sure what happens for browsers operating in Unix-type
environments, but does anyone know how to make the Windows system provide
the contents of the file-pointed-to-by-the-shortcut (symbolic link) rather
than the shortcut (symbolic link) itself?