When a raw PG file is loaded into Sigil the CSS file comes with it. Sigil apparently converts some to sgc-#. Initially is no file in the Styles Section.
The Sigil <head> contains the following:
Code:
<link rel="stylesheet" type="text/css" href="../Styles/" />
If I wish to change some definitions, I can load an external style sheet by going to the Styles Section and loading a CSS file via Add new item.
Now my queations:
How do I make the external CSS file come into effect?
How are conflicts between definitions in the PG Style Sheet and the external Style Sheet to be resolved? e.g. body, p, and h2 definition.
Perhaps someone knowledgable could post a short tutorial until the final manual comes out.