single external stylesheet elsewhere on computer using href
I want to make a single stylesheet.css located on the desktop which drives all books in the calibre library which reference that css file. I am having trouble with the syntax in Ubuntu for doing this. I have tried various combinations, including
<link href="file:///~/Desktop/stylesheet.css" rel="stylesheet" type="text/css"/>
If I understand the general method for this, the correct such link must be put in every xhtml segment.
Best Regards, Pop
|