Having played further with this I have posted some more information that might be useful in
this thread.
The result is that the CSS file I am now using is:
Code:
body {
font-family: "Courier New", Monospace;
}
p.action {
text-align: left;
margin-left: 0px;
margin-right: 0px;
}
p.character {
text-align: left;
margin-left: 50%;
margin-right: 10px;
margin-bottom: 0px;
margin-top: 8px;
}
p.dialog {
text-align: left;
margin-left: 20%;
margin-right: 30px;
margin-top: 0px;
margin-bottom: 0px;
}
p.sceneheading {
text-align: left;
text-transform: uppercase;
}
p.sceneheading:before {
margin-bottom: -16px ! important;
}
p.sceneheading:after {
margin-top: -16px ! important;
}
p.transition {
text-align: right;
text-transform: uppercase;
margin-right: 15px;
}
p.parenthetical {
text-align: left;
margin-left: 23%;
margin-right: 20px;
}