Quote:
Originally Posted by mossman26
What can I be missing? My stylesheet CSS is not being applied to my HTML file. Inline CSS in the HTML file works fine. See attached screenshot.
|
The path (href) is incorrect; it's a relative path so it should start with ../Styles/; dot dot goes up, then it goes down into the Styles folder.
The best (easiest) way to link the CSS file is to right click on the html/xhtml file in the Book Browser and from the popup select Link Stylesheets...