Hi,
I am wondering how should i create a CSS file(myfile.css), which i can use the <link> HTML tag to call it? I try the example below to link to my css file, but it seem like can't work with the CSS file i created.
e.g : <link rel="stylesheet" href="/stylesheets.css">
Thanks
Louis
p/s: I have some PHP script in the CSS part.