View Single Post
Old 08-12-2012, 11:17 PM   #11
msmith65
Enthusiast
msmith65 began at the beginning.
 
msmith65's Avatar
 
Posts: 31
Karma: 10
Join Date: Aug 2012
Device: Kindle
Quote:
Originally Posted by Doitsu View Post
Did you make sure to include a reference to the stylesheet in the header of the .html file?

E.g.

Code:
<head>
  <title></title>
  <link href="../Styles/style001.css" rel="stylesheet" type="text/css" />
</head>
Thank you. At your suggestion I made sure I had this on my main content page. It was more or less intact there; I added it to another content page, where it was missing.

Nothing seemed to work until I modified all the HTML header codes in the main document to include the "style1" reference. Strangely, it was already in several of them. But not until all of them had it, did the colors start to work.

Thank you, each of you, for helping to solve this.
msmith65 is offline   Reply With Quote