View Full Version : Another Charlie Question


crutledge
05-31-2010, 08:24 AM
I have loaded a PG text file into Sigil. Sigil does a good job of converting to HTML and tags all entities as <p>......</p>.

After loading, I open the Styles Section and load main.css and save the file. Sigil shows no response to main.css. When I tag a line as a header no centering occurs and paragraph formatting does not happen.

How do I get Sigil to respond the CSS? Am I asking for something that is not there or will it be :smack:

Valloric
05-31-2010, 08:45 AM
Did you add a <link> tag referencing the CSS file in your XHTML files?

crutledge
05-31-2010, 10:05 AM
Did you add a <link> tag referencing the CSS file in your XHTML files?

I assumed that would be done by Sigil on entry of the main.css but it does work better if I do it. :smack:

So much to learn - So little time.