Thanks for the information about not being able to use tilda. I am still unable to make it work. I have tried several versions and tried the web for more information. I have several xhtml segments in a book and have removed the reference in one of the xhtml segments to the imbedded stylesheet.css. The single xhtml segment references a stylesheet file on my computer in the Desktop directory, but I cannot get the grammar right:
<link href="/home/pop/Desktop/stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="file:/home/pop/Desktop/stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="file://home/pop/Desktop/stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="file:///home/pop/Desktop/stylesheet.css" rel="stylesheet" type="text/css"/>
I am using Ubuntu 18.04 Gnome.
Best regards, pop
|