View Single Post
Old 10-30-2015, 10:50 AM   #1
Echeban
Junior Member
Echeban began at the beginning.
 
Echeban's Avatar
 
Posts: 8
Karma: 10
Join Date: Sep 2015
Location: West Virginia
Device: Kindle
how to change Sigil's heading

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" />
Echeban is offline   Reply With Quote