View Single Post
Old 09-15-2013, 02:45 PM   #1
crutledge
eBook FANatic
crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.crutledge ought to be getting tired of karma fortunes by now.
 
crutledge's Avatar
 
Posts: 18,301
Karma: 16071131
Join Date: Apr 2008
Location: Alabama, USA
Device: HP ipac RX5915 Wife's Kindle
Why the sgc-1 entry

The following is the code for the "Title Page" I have just complerted. A
Code:
div.sgc-1 {font-style: italic}
has been inserted by Sigil. There is NO italic any where in the code. Have I done something or is this a feature of Sigil?

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">
<!-- saved from url=(0056) -->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta content="HTML Tidy for Windows (vers 14 February 2006), see www.w3.org" name="generator" />

  <title>The Treasure Trail</title>
  <meta content="Ryan, Marah Ellis" name="dcterms.creator" />
  <meta content="2013/09/15" name="dcterms.date of publication" />
  <meta content="Ebook prepared by crutledge@knology.net" name="dcterms.Description" />
  <meta content="en" name="dcterms.language" scheme="DCTERMS.RFC4646" />
  <meta content="Public Domain" name="dcterms.rights&quot;" />
  <meta content="Western" name="dcterms.subject" />
  <meta content="The Treasure Trail" name="dcterms.title" />
  <link href="../Styles/main.css" rel="stylesheet" type="text/css" />
  
<style type="text/css">
div.sgc-1 {font-style: italic}
</style>
</head>

<body>
  <h2 title="TITLE PAGE"><img alt="" src="../Images/TitlePage.jpg" title="" /></h2>
</body>
</html>
crutledge is offline   Reply With Quote