matthias_ferber
09-22-2004, 11:05 PM
I've been trying to get a document with a linked stylesheet to work without any success. I was only able to get it to work by putting the stylesheet data into the STYLE tag in the HTML page instead of linking to it. I'm hoping someone can provide me with some suggestions about what might be causing the problem?
The LINK tag looks like this, in the original version:
<LINK REL="STYLESHEET" HREF="../style.css" TYPE="text/rss">
The stylesheet contains (in one simplified version I tested to be sure there were no syntax errors):
body {
font-weight: bold;
}
Since there was almost nothing in the iSilo documentation, knowledge base, or forum, I tried everything I could think of, such as:
- using HTTP vs. local file access
- using relative vs. absolute URLs (for both local and HTTP methods)
- simplifying the CSS
- upgrading to the current version of iSiloX (Mac)
And of course I finally tried putting the CSS into the HTML page, which worked but doesn't meet my needs.
Any further hints or ideas would be vastly appreciated.
Thanks,
Matthias Ferber
(registered iSilo user!)
The LINK tag looks like this, in the original version:
<LINK REL="STYLESHEET" HREF="../style.css" TYPE="text/rss">
The stylesheet contains (in one simplified version I tested to be sure there were no syntax errors):
body {
font-weight: bold;
}
Since there was almost nothing in the iSilo documentation, knowledge base, or forum, I tried everything I could think of, such as:
- using HTTP vs. local file access
- using relative vs. absolute URLs (for both local and HTTP methods)
- simplifying the CSS
- upgrading to the current version of iSiloX (Mac)
And of course I finally tried putting the CSS into the HTML page, which worked but doesn't meet my needs.
Any further hints or ideas would be vastly appreciated.
Thanks,
Matthias Ferber
(registered iSilo user!)