Hi there,
Not sure exactly what to make of this...
Code:
<link rel="stylesheet" type="css/text" href="........./file.css" />.
All those dots don't seem like a valid path to me. Are you sure you're correctly referring to the CSS file *relative to the document where it's used*?
Quote:
|
The only time it works is when I have a <class> tag in the html document.
|
There's no such thing as a <class> tag. What exactly are you referring to?
Can you explain your site's structure and the exact code you're using to refer to your style sheets? It sounds to me that your paths are wrong so the browser can't find the referenced files.
Cheers,
Imar