When importing an HTML file, if it does not have a heading, Sigil adds this
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title/>
</head>
Where is that text, and how can I customize it?
Why? I want to add a line to link my own CSS, like this
Code:
<link href="../Styles/styles.css" rel="stylesheet" type="text/css" />