View Single Post
Old 02-06-2017, 07:17 AM   #14
MikeB1972
Gnu
MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.MikeB1972 ought to be getting tired of karma fortunes by now.
 
Posts: 1,222
Karma: 15625359
Join Date: Jul 2009
Location: UK
Device: BeBook,JetBook Lite,PRS-300-350-505-650,+ran out of space to type
Quote:
Originally Posted by JSWolf View Post
Can post a sample of the new coding? Thanks.
This is from Oracle book 3 - Prophet

<h2 class="Chapter-Title">3</h2>

<p class="First-Para"><span class="First" style="font-size:1em;">NEIL</span>&nbsp;withdrew all his money from his bank, then parked in a secluded spot where he and Lomax waited until nightfall.</p>

<p class="Basic-Paragraph">Then they drove back to the spaceport, where Neil approached the hangar and had them bring his employer’s ship out onto the reinforced pavement of the takeoff strip. While the ship’s computer was waiting for clearance, the young man raced out of the cockpit and stopped the first security man he could find.</p>

<p class="Basic-Paragraph">“Something’s wrong!” he panted.</p>

<p class="Basic-Paragraph">“What?” asked the man.</p>

And the relevant styles
p.Basic-Paragraph {
font-family : "Times New Roman", serif;
font-weight : normal;
font-style : normal;
font-size : 0.96em;
text-decoration : none;
font-variant : normal;
line-height : 1.22;
text-align : justify;
color : #000000;
text-indent : 18px;
margin : 0px;
}
p.First-Para {
font-family : "Times New Roman", serif;
font-weight : normal;
font-style : normal;
font-size : 0.96em;
text-decoration : none;
font-variant : normal;
line-height : 1.22;
text-align : justify;
color : #000000;
text-indent : 0px;
margin : 36px 0px 0px 0px;
}
MikeB1972 is offline   Reply With Quote