Forum Moderators: open
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css">
to call an external stylesheet, opting to not use complete path so those frontpagers who "rip" the webpage to their desktops will have an ugly version - but that's not my point ;)
Notice the preceeding slash in the href attribute.
A MAC IE/NN user reports that it's only when the preceeding slash is omitted that the CSS is displayed for him, example:
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
Which is correct? Or should I say, which is more correct for more users?