Hi I am referring css files in my HTML page.
by using this way
<LINK REL=StyleSheet HREF='staticstyles.css' TYPE="text/css" >
Is there any other way to refer to a file than singlequotes(') before file name
I m facing this problem since my webpage can be HTML or MHT type
In MHT type I m referring like this
<LINK REL=StyleSheet HREF='file:///staticstyles.css' TYPE="text/css" >
I need a common file prefix where I can refer to a file both in MHT & HTML.
If there is plz let me know.
Thanks.
