thanks Shabbir,
I got a reply from another forum and now it works for me,
what you gotta do is to provide the url instead of a path (absolute or relative - both didnt work for me)
below is the code:
Quote:
<link rel="stylesheet" href="http://server/[path to the css file]" type="text/css" />
if the css file is in the /var/www/html folder and the css file is style.css
the code will look like:
Quote:
<link rel="stylesheet" href="http://server/style.css" type="text/css" />
hope it helps others
Rakesh Gupta