Quote:
Originally Posted by JSWolf
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> 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;
}