Quote:
Originally Posted by michaelbr
2: Place the following code into the HTML file (between <head> tag):
Code:
<link rel="stylesheet" type="text/css" href="michael.css" />
4: Open the Styles Section and the michael.css has been loaded.
I'm using Sigil 0.3.2 for Win, and OS is Win XP
Thanks for your comment/suggestions
Michael
|
Number 2 statement does not agree with number 4
Code:
<link rel="stylesheet" type="text/css" href="../Styles/michael.css" />
is the correct path for statement 4 to be valid (Case sensitive: note the S )