View Single Post
Old 07-02-2010, 12:59 PM   #6
MacEachaidh
Browser
MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.
 
MacEachaidh's Avatar
 
Posts: 745
Karma: 578294
Join Date: Apr 2010
Location: Australia
Device: Kobo Touch, Kobo Aura HD
G'day VS,
Thanks so much for these suggestions. It didn't work, so I need to look as the CSS, I guess. I wonder if you can see anything here?

The code in the CSS says:

Quote:
@namespace h "http://www.w3.org/1999/xhtml";
.MsoPlainText {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-align: justify;
text-indent: 0
}
.Section {
display: block
}
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: justify
}
a {
color: inherit;
text-decoration: inherit;
cursor: default
}
a[href] {
color: blue;
text-decoration: underline;
cursor: pointer
}
and at the top of the document, there's this:

Quote:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="Word.Document" name="ProgId" />
<meta content="Microsoft Word 10" name="Generator" />
<meta content="Microsoft Word 10" name="Originator" />

<title>TheLost</title>
<link rel="stylesheet" href="../Styles/stylesheet.css" type="text/css" />

<style type="text/css">
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }
p.sgc-1 {font-weight: bold}

p { border: 0px; padding: 0px; margin: 0 0 0 0; text-indent: 1em }
</style>
</head>

<body class="calibre">
<div class="Section">
<p class="MsoPlainText"></p>
Does anything perhaps leap out as an obvious source?

Thanks for any suggestions.
MacEachaidh is offline   Reply With Quote