Quote:
Originally Posted by Faster
In Sigil, Code View:
First in one of the html files that has the CSS code, copy the code and paste into notebook.
Paste the following at the top of the notebook file:
Code:
@namespace h "http://www.w3.org/1999/xhtml";
|
Why????
This is completely unnecessary, you're merely using it to define a namespace prefix that isn't used and is the same as the default namespace. There's no point adding in code that's nothing more than padding.